Html Css Color HEX #CC126F Medium Violet Red

📋 copy color: '#CC126F'

red 204 ◦ green 18 ◦ blue 111

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

Shades of Medium Violet Red #CC126F

Tints of Medium Violet Red #CC126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 61.26%
G = 5.41%
B = 33.33%

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

#CC126F (or 0xCC126F) is known color: Medium Violet Red. HEX triplet: CC, 12 and 6F. RGB value is (204,18,111). Sum of RGB (Red+Green+Blue) = 204+18+111=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC126F is #33ED90. Grayscale: #545454. Windows color (decimal): -3403153 or 7279308. OLE color: 7279308.

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

Color convert

RGB 204 18 111 -
CMYK 0 0.91 0.46 0.2
HSL 330º 0.84% 0.44% -
HSV(B) 330º 0.91% 0.8% -
XYZ 27.99 14.42 16.35 -
YUV 84.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 204 18 111 0 0.91 0.46 0.2 330 0.84 0.44
Hex CC 12 6F 0 5B 2E 14 14A 54 2C
Octal 314 22 157 0 133 56 24 512 124 54
Binary 11001100 10010 1101111 0 1011011 101110 10100 101001010 1010100 101100

Color Harmonies of #CC126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC126F

Black with #CC126F

Text Example


Text Example

White with #CC126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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