Html Css Color HEX #C334CA Fuchsia

📋 copy color: '#C334CA'

red 195 ◦ green 52 ◦ blue 202

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

Shades of Fuchsia #C334CA

Tints of Fuchsia #C334CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.58%

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 43.43%
G = 11.58%
B = 44.99%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C334CA (or 0xC334CA) is known color: Fuchsia. HEX triplet: C3, 34 and CA. RGB value is (195,52,202). Sum of RGB (Red+Green+Blue) = 195+52+202=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #C334CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334CA is #3CCB35. Grayscale: #6F6F6F. Windows color (decimal): -3984182 or 13251779. OLE color: 13251779.

HSL color Cylindrical-coordinate representation of color #C334CA: hue angle of 297.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C334CA is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 52 202 -
CMYK 0.03 0.74 0 0.21
HSL 297.2º 0.59% 0.5% -
HSV(B) 297.2º 0.74% 0.79% -
XYZ 34.39 18.32 57.6 -
YUV 111.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 195 52 202 0.03 0.74 0 0.21 297.2 0.59 0.5
Hex C3 34 CA 3 4A 0 15 129 3B 32
Octal 303 64 312 3 112 0 25 451 73 62
Binary 11000011 110100 11001010 11 1001010 0 10101 100101001 111011 110010

Color Harmonies of #C334CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334CA

Black with #C334CA

Text Example


Text Example

White with #C334CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334CA; }

 p { color: rgb(195,52,202); }

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

background-color css

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

 a { background-color: rgb(195,52,202); }

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

border-color css

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

 span { border-color: rgb(195,52,202); }

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