Html Css Color HEX #C252A7 Fuchsia

📋 copy color: '#C252A7'

red 194 ◦ green 82 ◦ blue 167

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

Shades of Fuchsia #C252A7

Tints of Fuchsia #C252A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.7%

R = 43.79%
G = 18.51%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C252A7 (or 0xC252A7) is known color: Fuchsia. HEX triplet: C2, 52 and A7. RGB value is (194,82,167). Sum of RGB (Red+Green+Blue) = 194+82+167=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C252A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252A7 is #3DAD58. Grayscale: #7C7C7C. Windows color (decimal): -4042073 or 10965698. OLE color: 10965698.

HSL color Cylindrical-coordinate representation of color #C252A7: hue angle of 314.46º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C252A7 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 82 167 -
CMYK 0 0.58 0.14 0.24
HSL 314.46º 0.48% 0.54% -
HSV(B) 314.46º 0.58% 0.76% -
XYZ 32.24 20.29 38.78 -
YUV 125.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 194 82 167 0 0.58 0.14 0.24 314.46 0.48 0.54
Hex C2 52 A7 0 3A E 18 13A 30 36
Octal 302 122 247 0 72 16 30 472 60 66
Binary 11000010 1010010 10100111 0 111010 1110 11000 100111010 110000 110110

Color Harmonies of #C252A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252A7

Black with #C252A7

Text Example


Text Example

White with #C252A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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