Html Css Color HEX #CC0D7B Medium Violet Red

📋 copy color: '#CC0D7B'

red 204 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #CC0D7B

Tints of Medium Violet Red #CC0D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.82%

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

R = 60%
G = 3.82%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC0D7B (or 0xCC0D7B) is known color: Medium Violet Red. HEX triplet: CC, 0D and 7B. RGB value is (204,13,123). Sum of RGB (Red+Green+Blue) = 204+13+123=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D7B is #33F284. Grayscale: #525252. Windows color (decimal): -3404421 or 8064460. OLE color: 8064460.

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

Color convert

RGB 204 13 123 -
CMYK 0 0.94 0.40 0.2
HSL 325.45º 0.88% 0.43% -
HSV(B) 325.45º 0.94% 0.8% -
XYZ 28.62 14.56 20.04 -
YUV 82.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 204 13 123 0 0.94 0.40 0.2 325.45 0.88 0.43
Hex CC D 7B 0 5E 28 14 145 58 2B
Octal 314 15 173 0 136 50 24 505 130 53
Binary 11001100 1101 1111011 0 1011110 101000 10100 101000101 1011000 101011

Color Harmonies of #CC0D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D7B

Black with #CC0D7B

Text Example


Text Example

White with #CC0D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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