Html Css Color HEX #C926CC Deep Magenta

📋 copy color: '#C926CC'

red 201 ◦ green 38 ◦ blue 204

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

Shades of Deep Magenta #C926CC

Tints of Deep Magenta #C926CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.58%

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

R = 45.37%
G = 8.58%
B = 46.05%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C926CC (or 0xC926CC) is known color: Deep Magenta. HEX triplet: C9, 26 and CC. RGB value is (201,38,204). Sum of RGB (Red+Green+Blue) = 201+38+204=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C926CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926CC is #36D933. Grayscale: #696969. Windows color (decimal): -3594548 or 13379273. OLE color: 13379273.

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

Color convert

RGB 201 38 204 -
CMYK 0.01 0.81 0 0.2
HSL 298.92º 0.69% 0.47% -
HSV(B) 298.92º 0.81% 0.8% -
XYZ 35.68 18.16 58.75 -
YUV 105.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 201 38 204 0.01 0.81 0 0.2 298.92 0.69 0.47
Hex C9 26 CC 1 51 0 14 12B 45 2F
Octal 311 46 314 1 121 0 24 453 105 57
Binary 11001001 100110 11001100 1 1010001 0 10100 100101011 1000101 101111

Color Harmonies of #C926CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C926CC

Black with #C926CC

Text Example


Text Example

White with #C926CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C926CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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