Html Css Color HEX #C80BCF Deep Magenta

📋 copy color: '#C80BCF'

red 200 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #C80BCF

Tints of Deep Magenta #C80BCF

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

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

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

R = 47.85%
G = 2.63%
B = 49.52%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C80BCF (or 0xC80BCF) is known color: Deep Magenta. HEX triplet: C8, 0B and CF. RGB value is (200,11,207). Sum of RGB (Red+Green+Blue) = 200+11+207=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #C80BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BCF is #37F430. Grayscale: #595959. Windows color (decimal): -3666993 or 13568968. OLE color: 13568968.

HSL color Cylindrical-coordinate representation of color #C80BCF: hue angle of 297.86º 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 #C80BCF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 11 207 -
CMYK 0.03 0.95 0 0.19
HSL 297.86º 0.9% 0.43% -
HSV(B) 297.86º 0.95% 0.81% -
XYZ 35.2 17.02 60.46 -
YUV 89.86 194.12 206.56 -
System Red Green Blue C M Y K H S L
Decimal 200 11 207 0.03 0.95 0 0.19 297.86 0.9 0.43
Hex C8 B CF 3 5F 0 13 12A 5A 2B
Octal 310 13 317 3 137 0 23 452 132 53
Binary 11001000 1011 11001111 11 1011111 0 10011 100101010 1011010 101011

Color Harmonies of #C80BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BCF

Black with #C80BCF

Text Example


Text Example

White with #C80BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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