Html Css Color HEX #C814CB Deep Magenta

📋 copy color: '#C814CB'

red 200 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #C814CB

Tints of Deep Magenta #C814CB

RGB

 RED value IS 200 (78.52% from 255) = 47.28%

 GREEN value IS 20 (8.2% from 255) = 4.73%

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

R = 47.28%
G = 4.73%
B = 47.99%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C814CB (or 0xC814CB) is known color: Deep Magenta. HEX triplet: C8, 14 and CB. RGB value is (200,20,203). Sum of RGB (Red+Green+Blue) = 200+20+203=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C814CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814CB is #37EB34. Grayscale: #5E5E5E. Windows color (decimal): -3664693 or 13309128. OLE color: 13309128.

HSL color Cylindrical-coordinate representation of color #C814CB: hue angle of 299.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814CB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 20 203 -
CMYK 0.01 0.90 0 0.20
HSL 299.02º 0.82% 0.44% -
HSV(B) 299.02º 0.9% 0.8% -
XYZ 34.85 17.09 57.96 -
YUV 94.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 200 20 203 0.01 0.90 0 0.20 299.02 0.82 0.44
Hex C8 14 CB 1 5A 0 14 12B 52 2C
Octal 310 24 313 1 132 0 24 453 122 54
Binary 11001000 10100 11001011 1 1011010 0 10100 100101011 1010010 101100

Color Harmonies of #C814CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814CB

Black with #C814CB

Text Example


Text Example

White with #C814CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814CB; }

 p { color: rgb(200,20,203); }

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

background-color css

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

 a { background-color: rgb(200,20,203); }

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

border-color css

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

 span { border-color: rgb(200,20,203); }

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