Html Css Color HEX #C818CB Deep Magenta

📋 copy color: '#C818CB'

red 200 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #C818CB

Tints of Deep Magenta #C818CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.62%

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

R = 46.84%
G = 5.62%
B = 47.54%

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

#C818CB (or 0xC818CB) is known color: Deep Magenta. HEX triplet: C8, 18 and CB. RGB value is (200,24,203). Sum of RGB (Red+Green+Blue) = 200+24+203=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C818CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818CB is #37E734. Grayscale: #606060. Windows color (decimal): -3663669 or 13310152. OLE color: 13310152.

HSL color Cylindrical-coordinate representation of color #C818CB: hue angle of 298.99º degrees, saturation: 0.79, 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 #C818CB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 24 203 -
CMYK 0.01 0.88 0 0.20
HSL 298.99º 0.79% 0.45% -
HSV(B) 298.99º 0.88% 0.8% -
XYZ 34.93 17.24 57.99 -
YUV 97.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 200 24 203 0.01 0.88 0 0.20 298.99 0.79 0.45
Hex C8 18 CB 1 58 0 14 12B 4F 2D
Octal 310 30 313 1 130 0 24 453 117 55
Binary 11001000 11000 11001011 1 1011000 0 10100 100101011 1001111 101101

Color Harmonies of #C818CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818CB

Black with #C818CB

Text Example


Text Example

White with #C818CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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