Html Css Color HEX #C33DBA Fuchsia

📋 copy color: '#C33DBA'

red 195 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #C33DBA

Tints of Fuchsia #C33DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.8%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 44.12%
G = 13.8%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C33DBA (or 0xC33DBA) is known color: Fuchsia. HEX triplet: C3, 3D and BA. RGB value is (195,61,186). Sum of RGB (Red+Green+Blue) = 195+61+186=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DBA is #3CC245. Grayscale: #727272. Windows color (decimal): -3981894 or 12205507. OLE color: 12205507.

HSL color Cylindrical-coordinate representation of color #C33DBA: hue angle of 304.03º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33DBA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 186 -
CMYK 0 0.69 0.05 0.24
HSL 304.03º 0.53% 0.5% -
HSV(B) 304.03º 0.69% 0.76% -
XYZ 33.04 18.48 48.28 -
YUV 115.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 195 61 186 0 0.69 0.05 0.24 304.03 0.53 0.5
Hex C3 3D BA 0 45 5 18 130 35 32
Octal 303 75 272 0 105 5 30 460 65 62
Binary 11000011 111101 10111010 0 1000101 101 11000 100110000 110101 110010

Color Harmonies of #C33DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DBA

Black with #C33DBA

Text Example


Text Example

White with #C33DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DBA; }

 p { color: rgb(195,61,186); }

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

background-color css

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

 a { background-color: rgb(195,61,186); }

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

border-color css

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

 span { border-color: rgb(195,61,186); }

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