Html Css Color HEX #C33BAF Fuchsia

📋 copy color: '#C33BAF'

red 195 ◦ green 59 ◦ blue 175

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

Shades of Fuchsia #C33BAF

Tints of Fuchsia #C33BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.75%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 45.45%
G = 13.75%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C33BAF (or 0xC33BAF) is known color: Fuchsia. HEX triplet: C3, 3B and AF. RGB value is (195,59,175). Sum of RGB (Red+Green+Blue) = 195+59+175=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BAF is #3CC450. Grayscale: #707070. Windows color (decimal): -3982417 or 11484099. OLE color: 11484099.

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

Color convert

RGB 195 59 175 -
CMYK 0 0.70 0.10 0.24
HSL 308.82º 0.54% 0.5% -
HSV(B) 308.82º 0.7% 0.76% -
XYZ 31.81 17.83 42.32 -
YUV 112.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 195 59 175 0 0.70 0.10 0.24 308.82 0.54 0.5
Hex C3 3B AF 0 46 A 18 135 36 32
Octal 303 73 257 0 106 12 30 465 66 62
Binary 11000011 111011 10101111 0 1000110 1010 11000 100110101 110110 110010

Color Harmonies of #C33BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BAF

Black with #C33BAF

Text Example


Text Example

White with #C33BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BAF; }

 p { color: rgb(195,59,175); }

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

background-color css

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

 a { background-color: rgb(195,59,175); }

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

border-color css

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

 span { border-color: rgb(195,59,175); }

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