Html Css Color HEX #C33BC8 Fuchsia

📋 copy color: '#C33BC8'

red 195 ◦ green 59 ◦ blue 200

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

Shades of Fuchsia #C33BC8

Tints of Fuchsia #C33BC8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

 BLUE value IS 200 (78.52% from 255) = 44.05%

R = 42.95%
G = 13%
B = 44.05%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C33BC8 (or 0xC33BC8) is known color: Fuchsia. HEX triplet: C3, 3B and C8. RGB value is (195,59,200). Sum of RGB (Red+Green+Blue) = 195+59+200=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #C33BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BC8 is #3CC437. Grayscale: #737373. Windows color (decimal): -3982392 or 13122499. OLE color: 13122499.

HSL color Cylindrical-coordinate representation of color #C33BC8: hue angle of 297.87º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33BC8 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 59 200 -
CMYK 0.02 0.70 0 0.22
HSL 297.87º 0.56% 0.51% -
HSV(B) 297.87º 0.71% 0.78% -
XYZ 34.49 18.9 56.47 -
YUV 115.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 195 59 200 0.02 0.70 0 0.22 297.87 0.56 0.51
Hex C3 3B C8 2 46 0 16 12A 38 33
Octal 303 73 310 2 106 0 26 452 70 63
Binary 11000011 111011 11001000 10 1000110 0 10110 100101010 111000 110011

Color Harmonies of #C33BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BC8

Black with #C33BC8

Text Example


Text Example

White with #C33BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BC8; }

 p { color: rgb(195,59,200); }

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

background-color css

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

 a { background-color: rgb(195,59,200); }

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

border-color css

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

 span { border-color: rgb(195,59,200); }

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