Html Css Color HEX #CC238B Medium Violet Red

📋 copy color: '#CC238B'

red 204 ◦ green 35 ◦ blue 139

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

Shades of Medium Violet Red #CC238B

Tints of Medium Violet Red #CC238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 53.97%
G = 9.26%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC238B (or 0xCC238B) is known color: Medium Violet Red. HEX triplet: CC, 23 and 8B. RGB value is (204,35,139). Sum of RGB (Red+Green+Blue) = 204+35+139=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC238B is #33DC74. Grayscale: #616161. Windows color (decimal): -3398773 or 9118668. OLE color: 9118668.

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

Color convert

RGB 204 35 139 -
CMYK 0 0.83 0.32 0.2
HSL 323.08º 0.71% 0.47% -
HSV(B) 323.08º 0.83% 0.8% -
XYZ 30.16 15.9 25.91 -
YUV 97.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 204 35 139 0 0.83 0.32 0.2 323.08 0.71 0.47
Hex CC 23 8B 0 53 20 14 143 47 2F
Octal 314 43 213 0 123 40 24 503 107 57
Binary 11001100 100011 10001011 0 1010011 100000 10100 101000011 1000111 101111

Color Harmonies of #CC238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC238B

Black with #CC238B

Text Example


Text Example

White with #CC238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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