Html Css Color HEX #CC238C Medium Violet Red

📋 copy color: '#CC238C'

red 204 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #CC238C

Tints of Medium Violet Red #CC238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 53.83%
G = 9.23%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC238C (or 0xCC238C) is known color: Medium Violet Red. HEX triplet: CC, 23 and 8C. RGB value is (204,35,140). Sum of RGB (Red+Green+Blue) = 204+35+140=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC238C is #33DC73. Grayscale: #616161. Windows color (decimal): -3398772 or 9184204. OLE color: 9184204.

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

Color convert

RGB 204 35 140 -
CMYK 0 0.83 0.31 0.2
HSL 322.72º 0.71% 0.47% -
HSV(B) 322.72º 0.83% 0.8% -
XYZ 30.24 15.93 26.29 -
YUV 97.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 204 35 140 0 0.83 0.31 0.2 322.72 0.71 0.47
Hex CC 23 8C 0 53 1F 14 143 47 2F
Octal 314 43 214 0 123 37 24 503 107 57
Binary 11001100 100011 10001100 0 1010011 11111 10100 101000011 1000111 101111

Color Harmonies of #CC238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC238C

Black with #CC238C

Text Example


Text Example

White with #CC238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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