Html Css Color HEX #CC2FBA Fuchsia

📋 copy color: '#CC2FBA'

red 204 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #CC2FBA

Tints of Fuchsia #CC2FBA

RGB

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

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

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

R = 46.68%
G = 10.76%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC2FBA (or 0xCC2FBA) is known color: Fuchsia. HEX triplet: CC, 2F and BA. RGB value is (204,47,186). Sum of RGB (Red+Green+Blue) = 204+47+186=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FBA is #33D045. Grayscale: #6D6D6D. Windows color (decimal): -3395654 or 12201932. OLE color: 12201932.

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

Color convert

RGB 204 47 186 -
CMYK 0 0.77 0.09 0.2
HSL 306.88º 0.63% 0.49% -
HSV(B) 306.88º 0.77% 0.8% -
XYZ 34.78 18.42 48.18 -
YUV 109.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 204 47 186 0 0.77 0.09 0.2 306.88 0.63 0.49
Hex CC 2F BA 0 4D 9 14 133 3F 31
Octal 314 57 272 0 115 11 24 463 77 61
Binary 11001100 101111 10111010 0 1001101 1001 10100 100110011 111111 110001

Color Harmonies of #CC2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FBA

Black with #CC2FBA

Text Example


Text Example

White with #CC2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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