Html Css Color HEX #CC126E Medium Violet Red

📋 copy color: '#CC126E'

red 204 ◦ green 18 ◦ blue 110

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

Shades of Medium Violet Red #CC126E

Tints of Medium Violet Red #CC126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 61.45%
G = 5.42%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC126E (or 0xCC126E) is known color: Medium Violet Red. HEX triplet: CC, 12 and 6E. RGB value is (204,18,110). Sum of RGB (Red+Green+Blue) = 204+18+110=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC126E is #33ED91. Grayscale: #535353. Windows color (decimal): -3403154 or 7213772. OLE color: 7213772.

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

Color convert

RGB 204 18 110 -
CMYK 0 0.91 0.46 0.2
HSL 330.32º 0.84% 0.44% -
HSV(B) 330.32º 0.91% 0.8% -
XYZ 27.93 14.4 16.06 -
YUV 84.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 204 18 110 0 0.91 0.46 0.2 330.32 0.84 0.44
Hex CC 12 6E 0 5B 2E 14 14A 54 2C
Octal 314 22 156 0 133 56 24 512 124 54
Binary 11001100 10010 1101110 0 1011011 101110 10100 101001010 1010100 101100

Color Harmonies of #CC126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC126E

Black with #CC126E

Text Example


Text Example

White with #CC126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC126E; }

 p { color: rgb(204,18,110); }

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

background-color css

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

 a { background-color: rgb(204,18,110); }

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

border-color css

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

 span { border-color: rgb(204,18,110); }

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