Html Css Color HEX #C33FBA Fuchsia

📋 copy color: '#C33FBA'

red 195 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #C33FBA

Tints of Fuchsia #C33FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.19%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 43.92%
G = 14.19%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C33FBA (or 0xC33FBA) is known color: Fuchsia. HEX triplet: C3, 3F and BA. RGB value is (195,63,186). Sum of RGB (Red+Green+Blue) = 195+63+186=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FBA is #3CC045. Grayscale: #747474. Windows color (decimal): -3981382 or 12206019. OLE color: 12206019.

HSL color Cylindrical-coordinate representation of color #C33FBA: hue angle of 304.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FBA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 186 -
CMYK 0 0.68 0.05 0.24
HSL 304.09º 0.52% 0.51% -
HSV(B) 304.09º 0.68% 0.76% -
XYZ 33.15 18.7 48.32 -
YUV 116.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 195 63 186 0 0.68 0.05 0.24 304.09 0.52 0.51
Hex C3 3F BA 0 44 5 18 130 34 33
Octal 303 77 272 0 104 5 30 460 64 63
Binary 11000011 111111 10111010 0 1000100 101 11000 100110000 110100 110011

Color Harmonies of #C33FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FBA

Black with #C33FBA

Text Example


Text Example

White with #C33FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FBA; }

 p { color: rgb(195,63,186); }

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

background-color css

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

 a { background-color: rgb(195,63,186); }

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

border-color css

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

 span { border-color: rgb(195,63,186); }

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