Html Css Color HEX #CC268C Medium Violet Red

📋 copy color: '#CC268C'

red 204 ◦ green 38 ◦ blue 140

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

Shades of Medium Violet Red #CC268C

Tints of Medium Violet Red #CC268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.95%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 53.4%
G = 9.95%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC268C (or 0xCC268C) is known color: Medium Violet Red. HEX triplet: CC, 26 and 8C. RGB value is (204,38,140). Sum of RGB (Red+Green+Blue) = 204+38+140=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268C is #33D973. Grayscale: #636363. Windows color (decimal): -3398004 or 9184972. OLE color: 9184972.

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

Color convert

RGB 204 38 140 -
CMYK 0 0.81 0.31 0.2
HSL 323.13º 0.69% 0.47% -
HSV(B) 323.13º 0.81% 0.8% -
XYZ 30.33 16.12 26.32 -
YUV 99.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 204 38 140 0 0.81 0.31 0.2 323.13 0.69 0.47
Hex CC 26 8C 0 51 1F 14 143 45 2F
Octal 314 46 214 0 121 37 24 503 105 57
Binary 11001100 100110 10001100 0 1010001 11111 10100 101000011 1000101 101111

Color Harmonies of #CC268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC268C

Black with #CC268C

Text Example


Text Example

White with #CC268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC268C; }

 p { color: rgb(204,38,140); }

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

background-color css

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

 a { background-color: rgb(204,38,140); }

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

border-color css

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

 span { border-color: rgb(204,38,140); }

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