Html Css Color HEX #CC5FB3 Fuchsia

📋 copy color: '#CC5FB3'

red 204 ◦ green 95 ◦ blue 179

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

Shades of Fuchsia #CC5FB3

Tints of Fuchsia #CC5FB3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.87%

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 42.68%
G = 19.87%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC5FB3 (or 0xCC5FB3) is known color: Fuchsia. HEX triplet: CC, 5F and B3. RGB value is (204,95,179). Sum of RGB (Red+Green+Blue) = 204+95+179=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FB3 is #33A04C. Grayscale: #888888. Windows color (decimal): -3383373 or 11755468. OLE color: 11755468.

HSL color Cylindrical-coordinate representation of color #CC5FB3: hue angle of 313.76º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FB3 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 95 179 -
CMYK 0 0.53 0.12 0.2
HSL 313.76º 0.52% 0.59% -
HSV(B) 313.76º 0.53% 0.8% -
XYZ 37.13 24.28 45.38 -
YUV 137.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 204 95 179 0 0.53 0.12 0.2 313.76 0.52 0.59
Hex CC 5F B3 0 35 C 14 13A 34 3B
Octal 314 137 263 0 65 14 24 472 64 73
Binary 11001100 1011111 10110011 0 110101 1100 10100 100111010 110100 111011

Color Harmonies of #CC5FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FB3

Black with #CC5FB3

Text Example


Text Example

White with #CC5FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FB3; }

 p { color: rgb(204,95,179); }

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

background-color css

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

 a { background-color: rgb(204,95,179); }

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

border-color css

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

 span { border-color: rgb(204,95,179); }

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