Html Css Color HEX #CC2FAB Medium Red Violet

📋 copy color: '#CC2FAB'

red 204 ◦ green 47 ◦ blue 171

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

Shades of Medium Red Violet #CC2FAB

Tints of Medium Red Violet #CC2FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.14%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 48.34%
G = 11.14%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC2FAB (or 0xCC2FAB) is known color: Medium Red Violet. HEX triplet: CC, 2F and AB. RGB value is (204,47,171). Sum of RGB (Red+Green+Blue) = 204+47+171=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FAB is #33D054. Grayscale: #6B6B6B. Windows color (decimal): -3395669 or 11218892. OLE color: 11218892.

HSL color Cylindrical-coordinate representation of color #CC2FAB: hue angle of 312.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2FAB is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 171 -
CMYK 0 0.77 0.16 0.2
HSL 312.61º 0.63% 0.49% -
HSV(B) 312.61º 0.77% 0.8% -
XYZ 33.27 17.81 40.21 -
YUV 108.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 204 47 171 0 0.77 0.16 0.2 312.61 0.63 0.49
Hex CC 2F AB 0 4D 10 14 139 3F 31
Octal 314 57 253 0 115 20 24 471 77 61
Binary 11001100 101111 10101011 0 1001101 10000 10100 100111001 111111 110001

Color Harmonies of #CC2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FAB

Black with #CC2FAB

Text Example


Text Example

White with #CC2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FAB; }

 p { color: rgb(204,47,171); }

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

background-color css

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

 a { background-color: rgb(204,47,171); }

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

border-color css

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

 span { border-color: rgb(204,47,171); }

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