Html Css Color HEX #CC237A Medium Violet Red

📋 copy color: '#CC237A'

red 204 ◦ green 35 ◦ blue 122

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

Shades of Medium Violet Red #CC237A

Tints of Medium Violet Red #CC237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 56.51%
G = 9.7%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC237A (or 0xCC237A) is known color: Medium Violet Red. HEX triplet: CC, 23 and 7A. RGB value is (204,35,122). Sum of RGB (Red+Green+Blue) = 204+35+122=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC237A is #33DC85. Grayscale: #5F5F5F. Windows color (decimal): -3398790 or 8004556. OLE color: 8004556.

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

Color convert

RGB 204 35 122 -
CMYK 0 0.83 0.40 0.2
HSL 329.11º 0.71% 0.47% -
HSV(B) 329.11º 0.83% 0.8% -
XYZ 29.02 15.44 19.86 -
YUV 95.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 204 35 122 0 0.83 0.40 0.2 329.11 0.71 0.47
Hex CC 23 7A 0 53 28 14 149 47 2F
Octal 314 43 172 0 123 50 24 511 107 57
Binary 11001100 100011 1111010 0 1010011 101000 10100 101001001 1000111 101111

Color Harmonies of #CC237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC237A

Black with #CC237A

Text Example


Text Example

White with #CC237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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