Html Css Color HEX #CC147B Medium Violet Red

📋 copy color: '#CC147B'

red 204 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #CC147B

Tints of Medium Violet Red #CC147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.76%

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

R = 58.79%
G = 5.76%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC147B (or 0xCC147B) is known color: Medium Violet Red. HEX triplet: CC, 14 and 7B. RGB value is (204,20,123). Sum of RGB (Red+Green+Blue) = 204+20+123=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC147B is #33EB84. Grayscale: #565656. Windows color (decimal): -3402629 or 8066252. OLE color: 8066252.

HSL color Cylindrical-coordinate representation of color #CC147B: hue angle of 326.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC147B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 123 -
CMYK 0 0.90 0.40 0.2
HSL 326.41º 0.82% 0.44% -
HSV(B) 326.41º 0.9% 0.8% -
XYZ 28.73 14.77 20.08 -
YUV 86.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 204 20 123 0 0.90 0.40 0.2 326.41 0.82 0.44
Hex CC 14 7B 0 5A 28 14 146 52 2C
Octal 314 24 173 0 132 50 24 506 122 54
Binary 11001100 10100 1111011 0 1011010 101000 10100 101000110 1010010 101100

Color Harmonies of #CC147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC147B

Black with #CC147B

Text Example


Text Example

White with #CC147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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