Html Css Color HEX #C333B0 Fuchsia

📋 copy color: '#C333B0'

red 195 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #C333B0

Tints of Fuchsia #C333B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.71%

R = 46.21%
G = 12.09%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C333B0 (or 0xC333B0) is known color: Fuchsia. HEX triplet: C3, 33 and B0. RGB value is (195,51,176). Sum of RGB (Red+Green+Blue) = 195+51+176=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C333B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C333B0 is #3CCC4F. Grayscale: #6B6B6B. Windows color (decimal): -3984464 or 11547587. OLE color: 11547587.

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

Color convert

RGB 195 51 176 -
CMYK 0 0.74 0.10 0.24
HSL 307.92º 0.59% 0.48% -
HSV(B) 307.92º 0.74% 0.76% -
XYZ 31.53 17.1 42.71 -
YUV 108.31 166.21 189.84 -
System Red Green Blue C M Y K H S L
Decimal 195 51 176 0 0.74 0.10 0.24 307.92 0.59 0.48
Hex C3 33 B0 0 4A A 18 134 3B 30
Octal 303 63 260 0 112 12 30 464 73 60
Binary 11000011 110011 10110000 0 1001010 1010 11000 100110100 111011 110000

Color Harmonies of #C333B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C333B0

Black with #C333B0

Text Example


Text Example

White with #C333B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C333B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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