Html Css Color HEX #CC259B Medium Violet Red

📋 copy color: '#CC259B'

red 204 ◦ green 37 ◦ blue 155

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

Shades of Medium Violet Red #CC259B

Tints of Medium Violet Red #CC259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 51.52%
G = 9.34%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC259B (or 0xCC259B) is known color: Medium Violet Red. HEX triplet: CC, 25 and 9B. RGB value is (204,37,155). Sum of RGB (Red+Green+Blue) = 204+37+155=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC259B is #33DA64. Grayscale: #646464. Windows color (decimal): -3398245 or 10167756. OLE color: 10167756.

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

Color convert

RGB 204 37 155 -
CMYK 0 0.82 0.24 0.2
HSL 317.6º 0.69% 0.47% -
HSV(B) 317.6º 0.82% 0.8% -
XYZ 31.48 16.53 32.54 -
YUV 100.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 204 37 155 0 0.82 0.24 0.2 317.6 0.69 0.47
Hex CC 25 9B 0 52 18 14 13E 45 2F
Octal 314 45 233 0 122 30 24 476 105 57
Binary 11001100 100101 10011011 0 1010010 11000 10100 100111110 1000101 101111

Color Harmonies of #CC259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC259B

Black with #CC259B

Text Example


Text Example

White with #CC259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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