Html Css Color HEX #CC259A Medium Violet Red

📋 copy color: '#CC259A'

red 204 ◦ green 37 ◦ blue 154

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

Shades of Medium Violet Red #CC259A

Tints of Medium Violet Red #CC259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.37%

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 51.65%
G = 9.37%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC259A (or 0xCC259A) is known color: Medium Violet Red. HEX triplet: CC, 25 and 9A. RGB value is (204,37,154). Sum of RGB (Red+Green+Blue) = 204+37+154=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC259A is #33DA65. Grayscale: #636363. Windows color (decimal): -3398246 or 10102220. OLE color: 10102220.

HSL color Cylindrical-coordinate representation of color #CC259A: hue angle of 317.96º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC259A is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 154 -
CMYK 0 0.82 0.25 0.2
HSL 317.96º 0.69% 0.47% -
HSV(B) 317.96º 0.82% 0.8% -
XYZ 31.4 16.49 32.1 -
YUV 100.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 204 37 154 0 0.82 0.25 0.2 317.96 0.69 0.47
Hex CC 25 9A 0 52 19 14 13E 45 2F
Octal 314 45 232 0 122 31 24 476 105 57
Binary 11001100 100101 10011010 0 1010010 11001 10100 100111110 1000101 101111

Color Harmonies of #CC259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC259A

Black with #CC259A

Text Example


Text Example

White with #CC259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC259A; }

 p { color: rgb(204,37,154); }

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

background-color css

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

 a { background-color: rgb(204,37,154); }

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

border-color css

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

 span { border-color: rgb(204,37,154); }

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