Html Css Color HEX #CC268F Medium Violet Red

📋 copy color: '#CC268F'

red 204 ◦ green 38 ◦ blue 143

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

Shades of Medium Violet Red #CC268F

Tints of Medium Violet Red #CC268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 52.99%
G = 9.87%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC268F (or 0xCC268F) is known color: Medium Violet Red. HEX triplet: CC, 26 and 8F. RGB value is (204,38,143). Sum of RGB (Red+Green+Blue) = 204+38+143=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268F is #33D970. Grayscale: #636363. Windows color (decimal): -3398001 or 9381580. OLE color: 9381580.

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

Color convert

RGB 204 38 143 -
CMYK 0 0.81 0.30 0.2
HSL 322.05º 0.69% 0.47% -
HSV(B) 322.05º 0.81% 0.8% -
XYZ 30.55 16.21 27.5 -
YUV 99.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 204 38 143 0 0.81 0.30 0.2 322.05 0.69 0.47
Hex CC 26 8F 0 51 1E 14 142 45 2F
Octal 314 46 217 0 121 36 24 502 105 57
Binary 11001100 100110 10001111 0 1010001 11110 10100 101000010 1000101 101111

Color Harmonies of #CC268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC268F

Black with #CC268F

Text Example


Text Example

White with #CC268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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