Html Css Color HEX #C33ACC Fuchsia

📋 copy color: '#C33ACC'

red 195 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #C33ACC

Tints of Fuchsia #C33ACC

RGB

 RED value IS 195 (76.56% from 255) = 42.67%

 GREEN value IS 58 (23.05% from 255) = 12.69%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 42.67%
G = 12.69%
B = 44.64%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C33ACC (or 0xC33ACC) is known color: Fuchsia. HEX triplet: C3, 3A and CC. RGB value is (195,58,204). Sum of RGB (Red+Green+Blue) = 195+58+204=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #C33ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ACC is #3CC533. Grayscale: #737373. Windows color (decimal): -3982644 or 13384387. OLE color: 13384387.

HSL color Cylindrical-coordinate representation of color #C33ACC: hue angle of 296.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33ACC is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 58 204 -
CMYK 0.04 0.72 0 0.2
HSL 296.3º 0.59% 0.51% -
HSV(B) 296.3º 0.72% 0.8% -
XYZ 34.92 18.99 58.95 -
YUV 115.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 195 58 204 0.04 0.72 0 0.2 296.3 0.59 0.51
Hex C3 3A CC 4 48 0 14 128 3B 33
Octal 303 72 314 4 110 0 24 450 73 63
Binary 11000011 111010 11001100 100 1001000 0 10100 100101000 111011 110011

Color Harmonies of #C33ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ACC

Black with #C33ACC

Text Example


Text Example

White with #C33ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ACC; }

 p { color: rgb(195,58,204); }

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

background-color css

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

 a { background-color: rgb(195,58,204); }

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

border-color css

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

 span { border-color: rgb(195,58,204); }

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