Html Css Color HEX #C920CB Deep Magenta

📋 copy color: '#C920CB'

red 201 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #C920CB

Tints of Deep Magenta #C920CB

RGB

 RED value IS 201 (78.91% from 255) = 46.1%

 GREEN value IS 32 (12.89% from 255) = 7.34%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 46.1%
G = 7.34%
B = 46.56%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C920CB (or 0xC920CB) is known color: Deep Magenta. HEX triplet: C9, 20 and CB. RGB value is (201,32,203). Sum of RGB (Red+Green+Blue) = 201+32+203=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #C920CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920CB is #36DF34. Grayscale: #656565. Windows color (decimal): -3596085 or 13312201. OLE color: 13312201.

HSL color Cylindrical-coordinate representation of color #C920CB: hue angle of 299.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920CB is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 32 203 -
CMYK 0.01 0.84 0 0.20
HSL 299.3º 0.73% 0.46% -
HSV(B) 299.3º 0.84% 0.8% -
XYZ 35.38 17.76 58.06 -
YUV 102.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 201 32 203 0.01 0.84 0 0.20 299.3 0.73 0.46
Hex C9 20 CB 1 54 0 14 12B 49 2E
Octal 311 40 313 1 124 0 24 453 111 56
Binary 11001001 100000 11001011 1 1010100 0 10100 100101011 1001001 101110

Color Harmonies of #C920CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920CB

Black with #C920CB

Text Example


Text Example

White with #C920CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920CB; }

 p { color: rgb(201,32,203); }

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

background-color css

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

 a { background-color: rgb(201,32,203); }

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

border-color css

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

 span { border-color: rgb(201,32,203); }

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