Html Css Color HEX #CC027B Medium Violet Red

📋 copy color: '#CC027B'

red 204 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #CC027B

Tints of Medium Violet Red #CC027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 62.01%
G = 0.61%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC027B (or 0xCC027B) is known color: Medium Violet Red. HEX triplet: CC, 02 and 7B. RGB value is (204,2,123). Sum of RGB (Red+Green+Blue) = 204+2+123=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC027B is #33FD84. Grayscale: #4B4B4B. Windows color (decimal): -3407237 or 8061644. OLE color: 8061644.

HSL color Cylindrical-coordinate representation of color #CC027B: hue angle of 324.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC027B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 123 -
CMYK 0 0.99 0.40 0.2
HSL 324.06º 0.98% 0.4% -
HSV(B) 324.06º 0.99% 0.8% -
XYZ 28.5 14.31 20 -
YUV 76.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 204 2 123 0 0.99 0.40 0.2 324.06 0.98 0.4
Hex CC 2 7B 0 63 28 14 144 62 28
Octal 314 2 173 0 143 50 24 504 142 50
Binary 11001100 10 1111011 0 1100011 101000 10100 101000100 1100010 101000

Color Harmonies of #CC027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC027B

Black with #CC027B

Text Example


Text Example

White with #CC027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC027B; }

 p { color: rgb(204,2,123); }

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

background-color css

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

 a { background-color: rgb(204,2,123); }

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

border-color css

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

 span { border-color: rgb(204,2,123); }

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