Html Css Color HEX #C452CE Fuchsia

📋 copy color: '#C452CE'

red 196 ◦ green 82 ◦ blue 206

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

Shades of Fuchsia #C452CE

Tints of Fuchsia #C452CE

RGB

 RED value IS 196 (76.95% from 255) = 40.5%

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 40.5%
G = 16.94%
B = 42.56%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C452CE (or 0xC452CE) is known color: Fuchsia. HEX triplet: C4, 52 and CE. RGB value is (196,82,206). Sum of RGB (Red+Green+Blue) = 196+82+206=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C452CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452CE is #3BAD31. Grayscale: #818181. Windows color (decimal): -3910962 or 13521604. OLE color: 13521604.

HSL color Cylindrical-coordinate representation of color #C452CE: hue angle of 295.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C452CE is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 82 206 -
CMYK 0.05 0.60 0 0.19
HSL 295.16º 0.56% 0.56% -
HSV(B) 295.16º 0.6% 0.81% -
XYZ 36.92 22.23 60.74 -
YUV 130.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 196 82 206 0.05 0.60 0 0.19 295.16 0.56 0.56
Hex C4 52 CE 5 3C 0 13 127 38 38
Octal 304 122 316 5 74 0 23 447 70 70
Binary 11000100 1010010 11001110 101 111100 0 10011 100100111 111000 111000

Color Harmonies of #C452CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452CE

Black with #C452CE

Text Example


Text Example

White with #C452CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452CE; }

 p { color: rgb(196,82,206); }

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

background-color css

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

 a { background-color: rgb(196,82,206); }

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

border-color css

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

 span { border-color: rgb(196,82,206); }

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