Html Css Color HEX #C610CC Deep Magenta

📋 copy color: '#C610CC'

red 198 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #C610CC

Tints of Deep Magenta #C610CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.83%

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

R = 47.37%
G = 3.83%
B = 48.8%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C610CC (or 0xC610CC) is known color: Deep Magenta. HEX triplet: C6, 10 and CC. RGB value is (198,16,204). Sum of RGB (Red+Green+Blue) = 198+16+204=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C610CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610CC is #39EF33. Grayscale: #5B5B5B. Windows color (decimal): -3796788 or 13373638. OLE color: 13373638.

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

Color convert

RGB 198 16 204 -
CMYK 0.03 0.92 0 0.2
HSL 298.09º 0.85% 0.43% -
HSV(B) 298.09º 0.92% 0.8% -
XYZ 34.37 16.74 58.55 -
YUV 91.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 198 16 204 0.03 0.92 0 0.2 298.09 0.85 0.43
Hex C6 10 CC 3 5C 0 14 12A 55 2B
Octal 306 20 314 3 134 0 24 452 125 53
Binary 11000110 10000 11001100 11 1011100 0 10100 100101010 1010101 101011

Color Harmonies of #C610CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610CC

Black with #C610CC

Text Example


Text Example

White with #C610CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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