Html Css Color HEX #C919CB Deep Magenta

📋 copy color: '#C919CB'

red 201 ◦ green 25 ◦ blue 203

#C919CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C919CB

Tints of Deep Magenta #C919CB

RGB

 RED value IS 201 (78.91% from 255) = 46.85%

 GREEN value IS 25 (10.16% from 255) = 5.83%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 46.85%
G = 5.83%
B = 47.32%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C919CB (or 0xC919CB) is known color: Deep Magenta. HEX triplet: C9, 19 and CB. RGB value is (201,25,203). Sum of RGB (Red+Green+Blue) = 201+25+203=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C919CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919CB is #36E634. Grayscale: #616161. Windows color (decimal): -3597877 or 13310409. OLE color: 13310409.

HSL color Cylindrical-coordinate representation of color #C919CB: hue angle of 299.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919CB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 25 203 -
CMYK 0.01 0.88 0 0.20
HSL 299.33º 0.78% 0.45% -
HSV(B) 299.33º 0.88% 0.8% -
XYZ 35.21 17.42 58.01 -
YUV 97.92 187.31 201.53 -
System Red Green Blue C M Y K H S L
Decimal 201 25 203 0.01 0.88 0 0.20 299.33 0.78 0.45
Hex C9 19 CB 1 58 0 14 12B 4E 2D
Octal 311 31 313 1 130 0 24 453 116 55
Binary 11001001 11001 11001011 1 1011000 0 10100 100101011 1001110 101101

Color Harmonies of #C919CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919CB

Black with #C919CB

Text Example


Text Example

White with #C919CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919CB; }

 p { color: rgb(201,25,203); }

 H1.HeaderClassName
 {
   color: #C919CB;
 }
 .AnyTagClassName
 {
   color: #C919CB;
 }
</style>

background-color css

<style>
 a { background-color: #C919CB; }

 a { background-color: rgb(201,25,203); }

 div.DivClassName
 {
   background-color: #C919CB;
 }
 .BgClassName
 {
   background-color: #C919CB;
 }
</style>

border-color css

<style>
 span { border-color: #C919CB; }

 span { border-color: rgb(201,25,203); }

 td.TdClassName
 {
   border-color: #C919CB;
 }
 .TagClassName
 {
   border-color: #C919CB;
 }
</style>