Html Css Color HEX #C33AB2 Fuchsia

📋 copy color: '#C33AB2'

red 195 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #C33AB2

Tints of Fuchsia #C33AB2

RGB

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

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

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

R = 45.24%
G = 13.46%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C33AB2 (or 0xC33AB2) is known color: Fuchsia. HEX triplet: C3, 3A and B2. RGB value is (195,58,178). Sum of RGB (Red+Green+Blue) = 195+58+178=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AB2 is #3CC54D. Grayscale: #707070. Windows color (decimal): -3982670 or 11680451. OLE color: 11680451.

HSL color Cylindrical-coordinate representation of color #C33AB2: hue angle of 307.45º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33AB2 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 178 -
CMYK 0 0.70 0.09 0.24
HSL 307.45º 0.54% 0.5% -
HSV(B) 307.45º 0.7% 0.76% -
XYZ 32.05 17.84 43.87 -
YUV 112.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 195 58 178 0 0.70 0.09 0.24 307.45 0.54 0.5
Hex C3 3A B2 0 46 9 18 133 36 32
Octal 303 72 262 0 106 11 30 463 66 62
Binary 11000011 111010 10110010 0 1000110 1001 11000 100110011 110110 110010

Color Harmonies of #C33AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AB2

Black with #C33AB2

Text Example


Text Example

White with #C33AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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