Html Css Color HEX #CC33BA Fuchsia

📋 copy color: '#CC33BA'

red 204 ◦ green 51 ◦ blue 186

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

Shades of Fuchsia #CC33BA

Tints of Fuchsia #CC33BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.56%

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

R = 46.26%
G = 11.56%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC33BA (or 0xCC33BA) is known color: Fuchsia. HEX triplet: CC, 33 and BA. RGB value is (204,51,186). Sum of RGB (Red+Green+Blue) = 204+51+186=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33BA is #33CC45. Grayscale: #6F6F6F. Windows color (decimal): -3394630 or 12202956. OLE color: 12202956.

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

Color convert

RGB 204 51 186 -
CMYK 0 0.75 0.09 0.2
HSL 307.06º 0.6% 0.5% -
HSV(B) 307.06º 0.75% 0.8% -
XYZ 34.95 18.75 48.23 -
YUV 112.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 204 51 186 0 0.75 0.09 0.2 307.06 0.6 0.5
Hex CC 33 BA 0 4B 9 14 133 3C 32
Octal 314 63 272 0 113 11 24 463 74 62
Binary 11001100 110011 10111010 0 1001011 1001 10100 100110011 111100 110010

Color Harmonies of #CC33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33BA

Black with #CC33BA

Text Example


Text Example

White with #CC33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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