Html Css Color HEX #C33FB3 Fuchsia

📋 copy color: '#C33FB3'

red 195 ◦ green 63 ◦ blue 179

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

Shades of Fuchsia #C33FB3

Tints of Fuchsia #C33FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.96%

R = 44.62%
G = 14.42%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C33FB3 (or 0xC33FB3) is known color: Fuchsia. HEX triplet: C3, 3F and B3. RGB value is (195,63,179). Sum of RGB (Red+Green+Blue) = 195+63+179=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FB3 is #3CC04C. Grayscale: #737373. Windows color (decimal): -3981389 or 11747267. OLE color: 11747267.

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

Color convert

RGB 195 63 179 -
CMYK 0 0.68 0.08 0.24
HSL 307.27º 0.52% 0.51% -
HSV(B) 307.27º 0.68% 0.76% -
XYZ 32.42 18.41 44.49 -
YUV 115.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 195 63 179 0 0.68 0.08 0.24 307.27 0.52 0.51
Hex C3 3F B3 0 44 8 18 133 34 33
Octal 303 77 263 0 104 10 30 463 64 63
Binary 11000011 111111 10110011 0 1000100 1000 11000 100110011 110100 110011

Color Harmonies of #C33FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FB3

Black with #C33FB3

Text Example


Text Example

White with #C33FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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