Html Css Color HEX #CC258A Medium Violet Red

📋 copy color: '#CC258A'

red 204 ◦ green 37 ◦ blue 138

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

Shades of Medium Violet Red #CC258A

Tints of Medium Violet Red #CC258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 53.83%
G = 9.76%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC258A (or 0xCC258A) is known color: Medium Violet Red. HEX triplet: CC, 25 and 8A. RGB value is (204,37,138). Sum of RGB (Red+Green+Blue) = 204+37+138=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC258A is #33DA75. Grayscale: #626262. Windows color (decimal): -3398262 or 9053644. OLE color: 9053644.

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

Color convert

RGB 204 37 138 -
CMYK 0 0.82 0.32 0.2
HSL 323.71º 0.69% 0.47% -
HSV(B) 323.71º 0.82% 0.8% -
XYZ 30.15 16 25.54 -
YUV 98.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 204 37 138 0 0.82 0.32 0.2 323.71 0.69 0.47
Hex CC 25 8A 0 52 20 14 144 45 2F
Octal 314 45 212 0 122 40 24 504 105 57
Binary 11001100 100101 10001010 0 1010010 100000 10100 101000100 1000101 101111

Color Harmonies of #CC258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC258A

Black with #CC258A

Text Example


Text Example

White with #CC258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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