Html Css Color HEX #CC238E Medium Violet Red

📋 copy color: '#CC238E'

red 204 ◦ green 35 ◦ blue 142

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

Shades of Medium Violet Red #CC238E

Tints of Medium Violet Red #CC238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 53.54%
G = 9.19%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC238E (or 0xCC238E) is known color: Medium Violet Red. HEX triplet: CC, 23 and 8E. RGB value is (204,35,142). Sum of RGB (Red+Green+Blue) = 204+35+142=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC238E is #33DC71. Grayscale: #616161. Windows color (decimal): -3398770 or 9315276. OLE color: 9315276.

HSL color Cylindrical-coordinate representation of color #CC238E: hue angle of 322.01º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC238E is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 142 -
CMYK 0 0.83 0.30 0.2
HSL 322.01º 0.71% 0.47% -
HSV(B) 322.01º 0.83% 0.8% -
XYZ 30.39 15.99 27.08 -
YUV 97.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 204 35 142 0 0.83 0.30 0.2 322.01 0.71 0.47
Hex CC 23 8E 0 53 1E 14 142 47 2F
Octal 314 43 216 0 123 36 24 502 107 57
Binary 11001100 100011 10001110 0 1010011 11110 10100 101000010 1000111 101111

Color Harmonies of #CC238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC238E

Black with #CC238E

Text Example


Text Example

White with #CC238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC238E; }

 p { color: rgb(204,35,142); }

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

background-color css

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

 a { background-color: rgb(204,35,142); }

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

border-color css

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

 span { border-color: rgb(204,35,142); }

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