Html Css Color HEX #C601CC Deep Magenta

📋 copy color: '#C601CC'

red 198 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #C601CC

Tints of Deep Magenta #C601CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 49.13%
G = 0.25%
B = 50.62%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C601CC (or 0xC601CC) is known color: Deep Magenta. HEX triplet: C6, 01 and CC. RGB value is (198,1,204). Sum of RGB (Red+Green+Blue) = 198+1+204=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #C601CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601CC is #39FE33. Grayscale: #525252. Windows color (decimal): -3800628 or 13369798. OLE color: 13369798.

HSL color Cylindrical-coordinate representation of color #C601CC: hue angle of 298.23º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601CC is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 1 204 -
CMYK 0.03 1.00 0 0.2
HSL 298.23º 0.99% 0.4% -
HSV(B) 298.23º 1% 0.8% -
XYZ 34.2 16.39 58.49 -
YUV 83.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 198 1 204 0.03 1.00 0 0.2 298.23 0.99 0.4
Hex C6 1 CC 3 64 0 14 12A 63 28
Octal 306 1 314 3 144 0 24 452 143 50
Binary 11000110 1 11001100 11 1100100 0 10100 100101010 1100011 101000

Color Harmonies of #C601CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601CC

Black with #C601CC

Text Example


Text Example

White with #C601CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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