Html Css Color HEX #C605CC Deep Magenta

📋 copy color: '#C605CC'

red 198 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #C605CC

Tints of Deep Magenta #C605CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 48.65%
G = 1.23%
B = 50.12%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C605CC (or 0xC605CC) is known color: Deep Magenta. HEX triplet: C6, 05 and CC. RGB value is (198,5,204). Sum of RGB (Red+Green+Blue) = 198+5+204=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C605CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605CC is #39FA33. Grayscale: #545454. Windows color (decimal): -3799604 or 13370822. OLE color: 13370822.

HSL color Cylindrical-coordinate representation of color #C605CC: hue angle of 298.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605CC is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 5 204 -
CMYK 0.03 0.98 0 0.2
HSL 298.19º 0.95% 0.41% -
HSV(B) 298.19º 0.98% 0.8% -
XYZ 34.24 16.47 58.5 -
YUV 85.39 194.94 208.32 -
System Red Green Blue C M Y K H S L
Decimal 198 5 204 0.03 0.98 0 0.2 298.19 0.95 0.41
Hex C6 5 CC 3 62 0 14 12A 5F 29
Octal 306 5 314 3 142 0 24 452 137 51
Binary 11000110 101 11001100 11 1100010 0 10100 100101010 1011111 101001

Color Harmonies of #C605CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605CC

Black with #C605CC

Text Example


Text Example

White with #C605CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605CC; }

 p { color: rgb(198,5,204); }

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

background-color css

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

 a { background-color: rgb(198,5,204); }

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

border-color css

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

 span { border-color: rgb(198,5,204); }

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