Html Css Color HEX #C33ABD Fuchsia

📋 copy color: '#C33ABD'

red 195 ◦ green 58 ◦ blue 189

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

Shades of Fuchsia #C33ABD

Tints of Fuchsia #C33ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 44.12%
G = 13.12%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C33ABD (or 0xC33ABD) is known color: Fuchsia. HEX triplet: C3, 3A and BD. RGB value is (195,58,189). Sum of RGB (Red+Green+Blue) = 195+58+189=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C33ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ABD is #3CC542. Grayscale: #717171. Windows color (decimal): -3982659 or 12401347. OLE color: 12401347.

HSL color Cylindrical-coordinate representation of color #C33ABD: hue angle of 302.63º 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 #C33ABD is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 189 -
CMYK 0 0.70 0.03 0.24
HSL 302.63º 0.54% 0.5% -
HSV(B) 302.63º 0.7% 0.76% -
XYZ 33.2 18.3 49.93 -
YUV 113.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 195 58 189 0 0.70 0.03 0.24 302.63 0.54 0.5
Hex C3 3A BD 0 46 3 18 12F 36 32
Octal 303 72 275 0 106 3 30 457 66 62
Binary 11000011 111010 10111101 0 1000110 11 11000 100101111 110110 110010

Color Harmonies of #C33ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ABD

Black with #C33ABD

Text Example


Text Example

White with #C33ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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