Html Css Color HEX #CC2FB2 Fuchsia

📋 copy color: '#CC2FB2'

red 204 ◦ green 47 ◦ blue 178

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

Shades of Fuchsia #CC2FB2

Tints of Fuchsia #CC2FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.49%

R = 47.55%
G = 10.96%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC2FB2 (or 0xCC2FB2) is known color: Fuchsia. HEX triplet: CC, 2F and B2. RGB value is (204,47,178). Sum of RGB (Red+Green+Blue) = 204+47+178=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FB2 is #33D04D. Grayscale: #6C6C6C. Windows color (decimal): -3395662 or 11677644. OLE color: 11677644.

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

Color convert

RGB 204 47 178 -
CMYK 0 0.77 0.13 0.2
HSL 309.94º 0.63% 0.49% -
HSV(B) 309.94º 0.77% 0.8% -
XYZ 33.95 18.08 43.82 -
YUV 108.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 204 47 178 0 0.77 0.13 0.2 309.94 0.63 0.49
Hex CC 2F B2 0 4D D 14 136 3F 31
Octal 314 57 262 0 115 15 24 466 77 61
Binary 11001100 101111 10110010 0 1001101 1101 10100 100110110 111111 110001

Color Harmonies of #CC2FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FB2

Black with #CC2FB2

Text Example


Text Example

White with #CC2FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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