Html Css Color HEX #CC4FBA Fuchsia

📋 copy color: '#CC4FBA'

red 204 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #CC4FBA

Tints of Fuchsia #CC4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 43.5%
G = 16.84%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC4FBA (or 0xCC4FBA) is known color: Fuchsia. HEX triplet: CC, 4F and BA. RGB value is (204,79,186). Sum of RGB (Red+Green+Blue) = 204+79+186=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FBA is #33B045. Grayscale: #808080. Windows color (decimal): -3387462 or 12210124. OLE color: 12210124.

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

Color convert

RGB 204 79 186 -
CMYK 0 0.61 0.09 0.2
HSL 308.64º 0.55% 0.55% -
HSV(B) 308.64º 0.61% 0.8% -
XYZ 36.56 21.97 48.77 -
YUV 128.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 204 79 186 0 0.61 0.09 0.2 308.64 0.55 0.55
Hex CC 4F BA 0 3D 9 14 135 37 37
Octal 314 117 272 0 75 11 24 465 67 67
Binary 11001100 1001111 10111010 0 111101 1001 10100 100110101 110111 110111

Color Harmonies of #CC4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FBA

Black with #CC4FBA

Text Example


Text Example

White with #CC4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FBA; }

 p { color: rgb(204,79,186); }

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

background-color css

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

 a { background-color: rgb(204,79,186); }

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

border-color css

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

 span { border-color: rgb(204,79,186); }

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