Html Css Color HEX #C01CCF Deep Magenta

📋 copy color: '#C01CCF'

red 192 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #C01CCF

Tints of Deep Magenta #C01CCF

RGB

 RED value IS 192 (75.39% from 255) = 44.96%

 GREEN value IS 28 (11.33% from 255) = 6.56%

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

R = 44.96%
G = 6.56%
B = 48.48%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C01CCF (or 0xC01CCF) is known color: Deep Magenta. HEX triplet: C0, 1C and CF. RGB value is (192,28,207). Sum of RGB (Red+Green+Blue) = 192+28+207=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #C01CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CCF is #3FE330. Grayscale: #606060. Windows color (decimal): -4186929 or 13573312. OLE color: 13573312.

HSL color Cylindrical-coordinate representation of color #C01CCF: hue angle of 294.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01CCF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 28 207 -
CMYK 0.07 0.86 0 0.19
HSL 294.97º 0.76% 0.46% -
HSV(B) 294.97º 0.86% 0.81% -
XYZ 33.42 16.54 60.46 -
YUV 97.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 192 28 207 0.07 0.86 0 0.19 294.97 0.76 0.46
Hex C0 1C CF 7 56 0 13 127 4C 2E
Octal 300 34 317 7 126 0 23 447 114 56
Binary 11000000 11100 11001111 111 1010110 0 10011 100100111 1001100 101110

Color Harmonies of #C01CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CCF

Black with #C01CCF

Text Example


Text Example

White with #C01CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CCF; }

 p { color: rgb(192,28,207); }

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

background-color css

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

 a { background-color: rgb(192,28,207); }

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

border-color css

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

 span { border-color: rgb(192,28,207); }

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