Html Css Color HEX #C33FB4 Fuchsia

📋 copy color: '#C33FB4'

red 195 ◦ green 63 ◦ blue 180

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

Shades of Fuchsia #C33FB4

Tints of Fuchsia #C33FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 44.52%
G = 14.38%
B = 41.1%

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

#C33FB4 (or 0xC33FB4) is known color: Fuchsia. HEX triplet: C3, 3F and B4. RGB value is (195,63,180). Sum of RGB (Red+Green+Blue) = 195+63+180=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FB4 is #3CC04B. Grayscale: #737373. Windows color (decimal): -3981388 or 11812803. OLE color: 11812803.

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

Color convert

RGB 195 63 180 -
CMYK 0 0.68 0.08 0.24
HSL 306.82º 0.52% 0.51% -
HSV(B) 306.82º 0.68% 0.76% -
XYZ 32.52 18.45 45.03 -
YUV 115.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 195 63 180 0 0.68 0.08 0.24 306.82 0.52 0.51
Hex C3 3F B4 0 44 8 18 133 34 33
Octal 303 77 264 0 104 10 30 463 64 63
Binary 11000011 111111 10110100 0 1000100 1000 11000 100110011 110100 110011

Color Harmonies of #C33FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FB4

Black with #C33FB4

Text Example


Text Example

White with #C33FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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