Html Css Color HEX #C922CC Deep Magenta

📋 copy color: '#C922CC'

red 201 ◦ green 34 ◦ blue 204

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

Shades of Deep Magenta #C922CC

Tints of Deep Magenta #C922CC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.74%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 45.79%
G = 7.74%
B = 46.47%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C922CC (or 0xC922CC) is known color: Deep Magenta. HEX triplet: C9, 22 and CC. RGB value is (201,34,204). Sum of RGB (Red+Green+Blue) = 201+34+204=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #C922CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922CC is #36DD33. Grayscale: #666666. Windows color (decimal): -3595572 or 13378249. OLE color: 13378249.

HSL color Cylindrical-coordinate representation of color #C922CC: hue angle of 298.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C922CC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 34 204 -
CMYK 0.01 0.83 0 0.2
HSL 298.94º 0.71% 0.47% -
HSV(B) 298.94º 0.83% 0.8% -
XYZ 35.56 17.92 58.71 -
YUV 103.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 201 34 204 0.01 0.83 0 0.2 298.94 0.71 0.47
Hex C9 22 CC 1 53 0 14 12B 47 2F
Octal 311 42 314 1 123 0 24 453 107 57
Binary 11001001 100010 11001100 1 1010011 0 10100 100101011 1000111 101111

Color Harmonies of #C922CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C922CC

Black with #C922CC

Text Example


Text Example

White with #C922CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C922CC; }

 p { color: rgb(201,34,204); }

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

background-color css

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

 a { background-color: rgb(201,34,204); }

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

border-color css

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

 span { border-color: rgb(201,34,204); }

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