Html Css Color HEX #CC137B Medium Violet Red

📋 copy color: '#CC137B'

red 204 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #CC137B

Tints of Medium Violet Red #CC137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 58.96%
G = 5.49%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC137B (or 0xCC137B) is known color: Medium Violet Red. HEX triplet: CC, 13 and 7B. RGB value is (204,19,123). Sum of RGB (Red+Green+Blue) = 204+19+123=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC137B is #33EC84. Grayscale: #555555. Windows color (decimal): -3402885 or 8065996. OLE color: 8065996.

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

Color convert

RGB 204 19 123 -
CMYK 0 0.91 0.40 0.2
HSL 326.27º 0.83% 0.44% -
HSV(B) 326.27º 0.91% 0.8% -
XYZ 28.71 14.73 20.07 -
YUV 86.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 204 19 123 0 0.91 0.40 0.2 326.27 0.83 0.44
Hex CC 13 7B 0 5B 28 14 146 53 2C
Octal 314 23 173 0 133 50 24 506 123 54
Binary 11001100 10011 1111011 0 1011011 101000 10100 101000110 1010011 101100

Color Harmonies of #CC137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC137B

Black with #CC137B

Text Example


Text Example

White with #CC137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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