Html Css Color HEX #C33DAB Fuchsia

📋 copy color: '#C33DAB'

red 195 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #C33DAB

Tints of Fuchsia #C33DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.29%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 45.67%
G = 14.29%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C33DAB (or 0xC33DAB) is known color: Fuchsia. HEX triplet: C3, 3D and AB. RGB value is (195,61,171). Sum of RGB (Red+Green+Blue) = 195+61+171=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33DAB is #3CC254. Grayscale: #717171. Windows color (decimal): -3981909 or 11222467. OLE color: 11222467.

HSL color Cylindrical-coordinate representation of color #C33DAB: hue angle of 310.75º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33DAB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 171 -
CMYK 0 0.69 0.12 0.24
HSL 310.75º 0.53% 0.5% -
HSV(B) 310.75º 0.69% 0.76% -
XYZ 31.53 17.88 40.32 -
YUV 113.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 195 61 171 0 0.69 0.12 0.24 310.75 0.53 0.5
Hex C3 3D AB 0 45 C 18 137 35 32
Octal 303 75 253 0 105 14 30 467 65 62
Binary 11000011 111101 10101011 0 1000101 1100 11000 100110111 110101 110010

Color Harmonies of #C33DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DAB

Black with #C33DAB

Text Example


Text Example

White with #C33DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DAB; }

 p { color: rgb(195,61,171); }

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

background-color css

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

 a { background-color: rgb(195,61,171); }

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

border-color css

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

 span { border-color: rgb(195,61,171); }

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