Html Css Color HEX #C600C2 Deep Magenta

📋 copy color: '#C600C2'

red 198 ◦ green 0 ◦ blue 194

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

Shades of Deep Magenta #C600C2

Tints of Deep Magenta #C600C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.49%

R = 50.51%
G = 0%
B = 49.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C600C2 (or 0xC600C2) is known color: Deep Magenta. HEX triplet: C6, 00 and C2. RGB value is (198,0,194). Sum of RGB (Red+Green+Blue) = 198+0+194=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C600C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600C2 is #39FF3D. Grayscale: #505050. Windows color (decimal): -3800894 or 12714182. OLE color: 12714182.

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

Color convert

RGB 198 0 194 -
CMYK 0 1 0.02 0.22
HSL 301.21º 1% 0.39% -
HSV(B) 301.21º 1% 0.78% -
XYZ 33.03 15.9 52.37 -
YUV 81.32 191.6 211.23 -
System Red Green Blue C M Y K H S L
Decimal 198 0 194 0 1 0.02 0.22 301.21 1 0.39
Hex C6 0 C2 0 64 2 16 12D 64 27
Octal 306 0 302 0 144 2 26 455 144 47
Binary 11000110 0 11000010 0 1100100 10 10110 100101101 1100100 100111

Color Harmonies of #C600C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600C2

Black with #C600C2

Text Example


Text Example

White with #C600C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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