Html Css Color HEX #CC309E Medium Red Violet

📋 copy color: '#CC309E'

red 204 ◦ green 48 ◦ blue 158

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

Shades of Medium Red Violet #CC309E

Tints of Medium Red Violet #CC309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.71%

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 49.76%
G = 11.71%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC309E (or 0xCC309E) is known color: Medium Red Violet. HEX triplet: CC, 30 and 9E. RGB value is (204,48,158). Sum of RGB (Red+Green+Blue) = 204+48+158=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC309E is #33CF61. Grayscale: #6A6A6A. Windows color (decimal): -3395426 or 10367180. OLE color: 10367180.

HSL color Cylindrical-coordinate representation of color #CC309E: hue angle of 317.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC309E is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 158 -
CMYK 0 0.76 0.23 0.2
HSL 317.69º 0.62% 0.49% -
HSV(B) 317.69º 0.76% 0.8% -
XYZ 32.13 17.42 34.02 -
YUV 107.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 204 48 158 0 0.76 0.23 0.2 317.69 0.62 0.49
Hex CC 30 9E 0 4C 17 14 13E 3E 31
Octal 314 60 236 0 114 27 24 476 76 61
Binary 11001100 110000 10011110 0 1001100 10111 10100 100111110 111110 110001

Color Harmonies of #CC309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC309E

Black with #CC309E

Text Example


Text Example

White with #CC309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC309E; }

 p { color: rgb(204,48,158); }

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

background-color css

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

 a { background-color: rgb(204,48,158); }

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

border-color css

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

 span { border-color: rgb(204,48,158); }

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