Html Css Color HEX #CC0A7B Medium Violet Red

📋 copy color: '#CC0A7B'

red 204 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #CC0A7B

Tints of Medium Violet Red #CC0A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.97%

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

R = 60.53%
G = 2.97%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC0A7B (or 0xCC0A7B) is known color: Medium Violet Red. HEX triplet: CC, 0A and 7B. RGB value is (204,10,123). Sum of RGB (Red+Green+Blue) = 204+10+123=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A7B is #33F584. Grayscale: #505050. Windows color (decimal): -3405189 or 8063692. OLE color: 8063692.

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

Color convert

RGB 204 10 123 -
CMYK 0 0.95 0.40 0.2
HSL 325.05º 0.91% 0.42% -
HSV(B) 325.05º 0.95% 0.8% -
XYZ 28.59 14.48 20.03 -
YUV 80.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 204 10 123 0 0.95 0.40 0.2 325.05 0.91 0.42
Hex CC A 7B 0 5F 28 14 145 5B 2A
Octal 314 12 173 0 137 50 24 505 133 52
Binary 11001100 1010 1111011 0 1011111 101000 10100 101000101 1011011 101010

Color Harmonies of #CC0A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A7B

Black with #CC0A7B

Text Example


Text Example

White with #CC0A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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