Html Css Color HEX #C600CA Deep Magenta

📋 copy color: '#C600CA'

red 198 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #C600CA

Tints of Deep Magenta #C600CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 49.5%
G = 0%
B = 50.5%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C600CA (or 0xC600CA) is known color: Deep Magenta. HEX triplet: C6, 00 and CA. RGB value is (198,0,202). Sum of RGB (Red+Green+Blue) = 198+0+202=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #C600CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600CA is #39FF35. Grayscale: #515151. Windows color (decimal): -3800886 or 13238470. OLE color: 13238470.

HSL color Cylindrical-coordinate representation of color #C600CA: hue angle of 298.81º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600CA is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 0 202 -
CMYK 0.02 1 0 0.21
HSL 298.81º 1% 0.4% -
HSV(B) 298.81º 1% 0.79% -
XYZ 33.95 16.27 57.23 -
YUV 82.23 195.6 210.57 -
System Red Green Blue C M Y K H S L
Decimal 198 0 202 0.02 1 0 0.21 298.81 1 0.4
Hex C6 0 CA 2 64 0 15 12B 64 28
Octal 306 0 312 2 144 0 25 453 144 50
Binary 11000110 0 11001010 10 1100100 0 10101 100101011 1100100 101000

Color Harmonies of #C600CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600CA

Black with #C600CA

Text Example


Text Example

White with #C600CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600CA; }

 p { color: rgb(198,0,202); }

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

background-color css

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

 a { background-color: rgb(198,0,202); }

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

border-color css

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

 span { border-color: rgb(198,0,202); }

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