Html Css Color HEX #C252CA Fuchsia

📋 copy color: '#C252CA'

red 194 ◦ green 82 ◦ blue 202

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

Shades of Fuchsia #C252CA

Tints of Fuchsia #C252CA

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

 GREEN value IS 82 (32.42% from 255) = 17.15%

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

R = 40.59%
G = 17.15%
B = 42.26%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C252CA (or 0xC252CA) is known color: Fuchsia. HEX triplet: C2, 52 and CA. RGB value is (194,82,202). Sum of RGB (Red+Green+Blue) = 194+82+202=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #C252CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252CA is #3DAD35. Grayscale: #808080. Windows color (decimal): -4042038 or 13259458. OLE color: 13259458.

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

Color convert

RGB 194 82 202 -
CMYK 0.04 0.59 0 0.21
HSL 296º 0.53% 0.56% -
HSV(B) 296º 0.59% 0.79% -
XYZ 35.93 21.77 58.19 -
YUV 129.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 194 82 202 0.04 0.59 0 0.21 296 0.53 0.56
Hex C2 52 CA 4 3B 0 15 128 35 38
Octal 302 122 312 4 73 0 25 450 65 70
Binary 11000010 1010010 11001010 100 111011 0 10101 100101000 110101 111000

Color Harmonies of #C252CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252CA

Black with #C252CA

Text Example


Text Example

White with #C252CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252CA; }

 p { color: rgb(194,82,202); }

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

background-color css

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

 a { background-color: rgb(194,82,202); }

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

border-color css

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

 span { border-color: rgb(194,82,202); }

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