Html Css Color HEX #C608CB Deep Magenta

📋 copy color: '#C608CB'

red 198 ◦ green 8 ◦ blue 203

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

Shades of Deep Magenta #C608CB

Tints of Deep Magenta #C608CB

RGB

 RED value IS 198 (77.73% from 255) = 48.41%

 GREEN value IS 8 (3.52% from 255) = 1.96%

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

R = 48.41%
G = 1.96%
B = 49.63%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C608CB (or 0xC608CB) is known color: Deep Magenta. HEX triplet: C6, 08 and CB. RGB value is (198,8,203). Sum of RGB (Red+Green+Blue) = 198+8+203=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #C608CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608CB is #39F734. Grayscale: #565656. Windows color (decimal): -3798837 or 13306054. OLE color: 13306054.

HSL color Cylindrical-coordinate representation of color #C608CB: hue angle of 298.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C608CB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 8 203 -
CMYK 0.02 0.96 0 0.20
HSL 298.46º 0.92% 0.41% -
HSV(B) 298.46º 0.96% 0.8% -
XYZ 34.16 16.49 57.88 -
YUV 87.04 193.45 207.14 -
System Red Green Blue C M Y K H S L
Decimal 198 8 203 0.02 0.96 0 0.20 298.46 0.92 0.41
Hex C6 8 CB 2 60 0 14 12A 5C 29
Octal 306 10 313 2 140 0 24 452 134 51
Binary 11000110 1000 11001011 10 1100000 0 10100 100101010 1011100 101001

Color Harmonies of #C608CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608CB

Black with #C608CB

Text Example


Text Example

White with #C608CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608CB; }

 p { color: rgb(198,8,203); }

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

background-color css

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

 a { background-color: rgb(198,8,203); }

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

border-color css

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

 span { border-color: rgb(198,8,203); }

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