Html Css Color HEX #C33FC2 Fuchsia

📋 copy color: '#C33FC2'

red 195 ◦ green 63 ◦ blue 194

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

Shades of Fuchsia #C33FC2

Tints of Fuchsia #C33FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.92%

R = 43.14%
G = 13.94%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C33FC2 (or 0xC33FC2) is known color: Fuchsia. HEX triplet: C3, 3F and C2. RGB value is (195,63,194). Sum of RGB (Red+Green+Blue) = 195+63+194=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FC2 is #3CC03D. Grayscale: #757575. Windows color (decimal): -3981374 or 12730307. OLE color: 12730307.

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

Color convert

RGB 195 63 194 -
CMYK 0 0.68 0.01 0.24
HSL 300.45º 0.52% 0.51% -
HSV(B) 300.45º 0.68% 0.76% -
XYZ 34.02 19.05 52.92 -
YUV 117.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 195 63 194 0 0.68 0.01 0.24 300.45 0.52 0.51
Hex C3 3F C2 0 44 1 18 12C 34 33
Octal 303 77 302 0 104 1 30 454 64 63
Binary 11000011 111111 11000010 0 1000100 1 11000 100101100 110100 110011

Color Harmonies of #C33FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FC2

Black with #C33FC2

Text Example


Text Example

White with #C33FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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