Html Css Color HEX #CC2FB5 Fuchsia

📋 copy color: '#CC2FB5'

red 204 ◦ green 47 ◦ blue 181

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

Shades of Fuchsia #CC2FB5

Tints of Fuchsia #CC2FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.9%

R = 47.22%
G = 10.88%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC2FB5 (or 0xCC2FB5) is known color: Fuchsia. HEX triplet: CC, 2F and B5. RGB value is (204,47,181). Sum of RGB (Red+Green+Blue) = 204+47+181=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FB5 is #33D04A. Grayscale: #6C6C6C. Windows color (decimal): -3395659 or 11874252. OLE color: 11874252.

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

Color convert

RGB 204 47 181 -
CMYK 0 0.77 0.11 0.2
HSL 308.79º 0.63% 0.49% -
HSV(B) 308.79º 0.77% 0.8% -
XYZ 34.26 18.21 45.42 -
YUV 109.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 204 47 181 0 0.77 0.11 0.2 308.79 0.63 0.49
Hex CC 2F B5 0 4D B 14 135 3F 31
Octal 314 57 265 0 115 13 24 465 77 61
Binary 11001100 101111 10110101 0 1001101 1011 10100 100110101 111111 110001

Color Harmonies of #CC2FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FB5

Black with #CC2FB5

Text Example


Text Example

White with #CC2FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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