Html Css Color HEX #C605DF Deep Magenta

📋 copy color: '#C605DF'

red 198 ◦ green 5 ◦ blue 223

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

Shades of Deep Magenta #C605DF

Tints of Deep Magenta #C605DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 46.48%
G = 1.17%
B = 52.35%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C605DF (or 0xC605DF) is known color: Deep Magenta. HEX triplet: C6, 05 and DF. RGB value is (198,5,223). Sum of RGB (Red+Green+Blue) = 198+5+223=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #C605DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605DF is #39FA20. Grayscale: #565656. Windows color (decimal): -3799585 or 14616006. OLE color: 14616006.

HSL color Cylindrical-coordinate representation of color #C605DF: hue angle of 293.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605DF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 5 223 -
CMYK 0.11 0.98 0 0.13
HSL 293.12º 0.96% 0.45% -
HSV(B) 293.12º 0.98% 0.87% -
XYZ 36.66 17.44 71.25 -
YUV 87.56 204.44 206.77 -
System Red Green Blue C M Y K H S L
Decimal 198 5 223 0.11 0.98 0 0.13 293.12 0.96 0.45
Hex C6 5 DF B 62 0 D 125 60 2D
Octal 306 5 337 13 142 0 15 445 140 55
Binary 11000110 101 11011111 1011 1100010 0 1101 100100101 1100000 101101

Color Harmonies of #C605DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605DF

Black with #C605DF

Text Example


Text Example

White with #C605DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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