Html Css Color HEX #C612CB Deep Magenta

📋 copy color: '#C612CB'

red 198 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #C612CB

Tints of Deep Magenta #C612CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.3%

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

R = 47.26%
G = 4.3%
B = 48.45%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C612CB (or 0xC612CB) is known color: Deep Magenta. HEX triplet: C6, 12 and CB. RGB value is (198,18,203). Sum of RGB (Red+Green+Blue) = 198+18+203=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #C612CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612CB is #39ED34. Grayscale: #5C5C5C. Windows color (decimal): -3796277 or 13308614. OLE color: 13308614.

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

Color convert

RGB 198 18 203 -
CMYK 0.02 0.91 0 0.20
HSL 298.38º 0.84% 0.43% -
HSV(B) 298.38º 0.91% 0.8% -
XYZ 34.28 16.75 57.93 -
YUV 92.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 198 18 203 0.02 0.91 0 0.20 298.38 0.84 0.43
Hex C6 12 CB 2 5B 0 14 12A 54 2B
Octal 306 22 313 2 133 0 24 452 124 53
Binary 11000110 10010 11001011 10 1011011 0 10100 100101010 1010100 101011

Color Harmonies of #C612CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612CB

Black with #C612CB

Text Example


Text Example

White with #C612CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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