Html Css Color HEX #C600CF Deep Magenta

📋 copy color: '#C600CF'

red 198 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #C600CF

Tints of Deep Magenta #C600CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 48.89%
G = 0%
B = 51.11%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C600CF (or 0xC600CF) is known color: Deep Magenta. HEX triplet: C6, 00 and CF. RGB value is (198,0,207). Sum of RGB (Red+Green+Blue) = 198+0+207=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #C600CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600CF is #39FF30. Grayscale: #525252. Windows color (decimal): -3800881 or 13566150. OLE color: 13566150.

HSL color Cylindrical-coordinate representation of color #C600CF: hue angle of 297.39º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600CF is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 0 207 -
CMYK 0.04 1 0 0.19
HSL 297.39º 1% 0.41% -
HSV(B) 297.39º 1% 0.81% -
XYZ 34.55 16.51 60.4 -
YUV 82.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 198 0 207 0.04 1 0 0.19 297.39 1 0.41
Hex C6 0 CF 4 64 0 13 129 64 29
Octal 306 0 317 4 144 0 23 451 144 51
Binary 11000110 0 11001111 100 1100100 0 10011 100101001 1100100 101001

Color Harmonies of #C600CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600CF

Black with #C600CF

Text Example


Text Example

White with #C600CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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