Html Css Color HEX #CC4CB1 Fuchsia

📋 copy color: '#CC4CB1'

red 204 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #CC4CB1

Tints of Fuchsia #CC4CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.63%

 BLUE value IS 177 (69.53% from 255) = 38.73%

R = 44.64%
G = 16.63%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC4CB1 (or 0xCC4CB1) is known color: Fuchsia. HEX triplet: CC, 4C and B1. RGB value is (204,76,177). Sum of RGB (Red+Green+Blue) = 204+76+177=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4CB1 is #33B34E. Grayscale: #7D7D7D. Windows color (decimal): -3388239 or 11619532. OLE color: 11619532.

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

Color convert

RGB 204 76 177 -
CMYK 0 0.63 0.13 0.2
HSL 312.66º 0.56% 0.55% -
HSV(B) 312.66º 0.63% 0.8% -
XYZ 35.42 21.18 43.82 -
YUV 125.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 204 76 177 0 0.63 0.13 0.2 312.66 0.56 0.55
Hex CC 4C B1 0 3F D 14 139 38 37
Octal 314 114 261 0 77 15 24 471 70 67
Binary 11001100 1001100 10110001 0 111111 1101 10100 100111001 111000 110111

Color Harmonies of #CC4CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CB1

Black with #CC4CB1

Text Example


Text Example

White with #CC4CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CB1; }

 p { color: rgb(204,76,177); }

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

background-color css

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

 a { background-color: rgb(204,76,177); }

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

border-color css

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

 span { border-color: rgb(204,76,177); }

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