Html Css Color HEX #C20BCF Deep Magenta

📋 copy color: '#C20BCF'

red 194 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #C20BCF

Tints of Deep Magenta #C20BCF

RGB

 RED value IS 194 (76.17% from 255) = 47.09%

 GREEN value IS 11 (4.69% from 255) = 2.67%

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

R = 47.09%
G = 2.67%
B = 50.24%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C20BCF (or 0xC20BCF) is known color: Deep Magenta. HEX triplet: C2, 0B and CF. RGB value is (194,11,207). Sum of RGB (Red+Green+Blue) = 194+11+207=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #C20BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BCF is #3DF430. Grayscale: #575757. Windows color (decimal): -4060209 or 13568962. OLE color: 13568962.

HSL color Cylindrical-coordinate representation of color #C20BCF: hue angle of 296.02º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BCF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 11 207 -
CMYK 0.06 0.95 0 0.19
HSL 296.02º 0.9% 0.43% -
HSV(B) 296.02º 0.95% 0.81% -
XYZ 33.63 16.21 60.39 -
YUV 88.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 194 11 207 0.06 0.95 0 0.19 296.02 0.9 0.43
Hex C2 B CF 6 5F 0 13 128 5A 2B
Octal 302 13 317 6 137 0 23 450 132 53
Binary 11000010 1011 11001111 110 1011111 0 10011 100101000 1011010 101011

Color Harmonies of #C20BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BCF

Black with #C20BCF

Text Example


Text Example

White with #C20BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BCF; }

 p { color: rgb(194,11,207); }

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

background-color css

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

 a { background-color: rgb(194,11,207); }

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

border-color css

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

 span { border-color: rgb(194,11,207); }

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