Html Css Color HEX #CC26C1 Deep Magenta

📋 copy color: '#CC26C1'

red 204 ◦ green 38 ◦ blue 193

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

Shades of Deep Magenta #CC26C1

Tints of Deep Magenta #CC26C1

RGB

 RED value IS 204 (80.08% from 255) = 46.9%

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

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 46.9%
G = 8.74%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC26C1 (or 0xCC26C1) is known color: Deep Magenta. HEX triplet: CC, 26 and C1. RGB value is (204,38,193). Sum of RGB (Red+Green+Blue) = 204+38+193=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26C1 is #33D93E. Grayscale: #686868. Windows color (decimal): -3397951 or 12658380. OLE color: 12658380.

HSL color Cylindrical-coordinate representation of color #CC26C1: hue angle of 303.98º 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 #CC26C1 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 193 -
CMYK 0 0.81 0.05 0.2
HSL 303.98º 0.69% 0.47% -
HSV(B) 303.98º 0.81% 0.8% -
XYZ 35.22 18.07 52.08 -
YUV 105.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 204 38 193 0 0.81 0.05 0.2 303.98 0.69 0.47
Hex CC 26 C1 0 51 5 14 130 45 2F
Octal 314 46 301 0 121 5 24 460 105 57
Binary 11001100 100110 11000001 0 1010001 101 10100 100110000 1000101 101111

Color Harmonies of #CC26C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26C1

Black with #CC26C1

Text Example


Text Example

White with #CC26C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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