Html Css Color HEX #C333B2 Fuchsia

📋 copy color: '#C333B2'

red 195 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #C333B2

Tints of Fuchsia #C333B2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.03%

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 45.99%
G = 12.03%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C333B2 (or 0xC333B2) is known color: Fuchsia. HEX triplet: C3, 33 and B2. RGB value is (195,51,178). Sum of RGB (Red+Green+Blue) = 195+51+178=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C333B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C333B2 is #3CCC4D. Grayscale: #6C6C6C. Windows color (decimal): -3984462 or 11678659. OLE color: 11678659.

HSL color Cylindrical-coordinate representation of color #C333B2: hue angle of 307.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C333B2 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 178 -
CMYK 0 0.74 0.09 0.24
HSL 307.08º 0.59% 0.48% -
HSV(B) 307.08º 0.74% 0.76% -
XYZ 31.73 17.18 43.76 -
YUV 108.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 195 51 178 0 0.74 0.09 0.24 307.08 0.59 0.48
Hex C3 33 B2 0 4A 9 18 133 3B 30
Octal 303 63 262 0 112 11 30 463 73 60
Binary 11000011 110011 10110010 0 1001010 1001 11000 100110011 111011 110000

Color Harmonies of #C333B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C333B2

Black with #C333B2

Text Example


Text Example

White with #C333B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C333B2; }

 p { color: rgb(195,51,178); }

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

background-color css

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

 a { background-color: rgb(195,51,178); }

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

border-color css

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

 span { border-color: rgb(195,51,178); }

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