Html Css Color HEX #CC238D Medium Violet Red

📋 copy color: '#CC238D'

red 204 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #CC238D

Tints of Medium Violet Red #CC238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 53.68%
G = 9.21%
B = 37.11%

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

#CC238D (or 0xCC238D) is known color: Medium Violet Red. HEX triplet: CC, 23 and 8D. RGB value is (204,35,141). Sum of RGB (Red+Green+Blue) = 204+35+141=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC238D is #33DC72. Grayscale: #616161. Windows color (decimal): -3398771 or 9249740. OLE color: 9249740.

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

Color convert

RGB 204 35 141 -
CMYK 0 0.83 0.31 0.2
HSL 322.37º 0.71% 0.47% -
HSV(B) 322.37º 0.83% 0.8% -
XYZ 30.31 15.96 26.68 -
YUV 97.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 204 35 141 0 0.83 0.31 0.2 322.37 0.71 0.47
Hex CC 23 8D 0 53 1F 14 142 47 2F
Octal 314 43 215 0 123 37 24 502 107 57
Binary 11001100 100011 10001101 0 1010011 11111 10100 101000010 1000111 101111

Color Harmonies of #CC238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC238D

Black with #CC238D

Text Example


Text Example

White with #CC238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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