Html Css Color HEX #CC2DBA Fuchsia

📋 copy color: '#CC2DBA'

red 204 ◦ green 45 ◦ blue 186

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

Shades of Fuchsia #CC2DBA

Tints of Fuchsia #CC2DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.34%

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

R = 46.9%
G = 10.34%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC2DBA (or 0xCC2DBA) is known color: Fuchsia. HEX triplet: CC, 2D and BA. RGB value is (204,45,186). Sum of RGB (Red+Green+Blue) = 204+45+186=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DBA is #33D245. Grayscale: #6C6C6C. Windows color (decimal): -3396166 or 12201420. OLE color: 12201420.

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

Color convert

RGB 204 45 186 -
CMYK 0 0.78 0.09 0.2
HSL 306.79º 0.64% 0.49% -
HSV(B) 306.79º 0.78% 0.8% -
XYZ 34.7 18.26 48.15 -
YUV 108.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 204 45 186 0 0.78 0.09 0.2 306.79 0.64 0.49
Hex CC 2D BA 0 4E 9 14 133 40 31
Octal 314 55 272 0 116 11 24 463 100 61
Binary 11001100 101101 10111010 0 1001110 1001 10100 100110011 1000000 110001

Color Harmonies of #CC2DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DBA

Black with #CC2DBA

Text Example


Text Example

White with #CC2DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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