Html Css Color HEX #C152CC Fuchsia

📋 copy color: '#C152CC'

red 193 ◦ green 82 ◦ blue 204

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

Shades of Fuchsia #C152CC

Tints of Fuchsia #C152CC

RGB

 RED value IS 193 (75.78% from 255) = 40.29%

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 40.29%
G = 17.12%
B = 42.59%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C152CC (or 0xC152CC) is known color: Fuchsia. HEX triplet: C1, 52 and CC. RGB value is (193,82,204). Sum of RGB (Red+Green+Blue) = 193+82+204=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #C152CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152CC is #3EAD33. Grayscale: #808080. Windows color (decimal): -4107572 or 13390529. OLE color: 13390529.

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

Color convert

RGB 193 82 204 -
CMYK 0.05 0.60 0 0.2
HSL 294.59º 0.54% 0.56% -
HSV(B) 294.59º 0.6% 0.8% -
XYZ 35.91 21.73 59.43 -
YUV 129.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 193 82 204 0.05 0.60 0 0.2 294.59 0.54 0.56
Hex C1 52 CC 5 3C 0 14 127 36 38
Octal 301 122 314 5 74 0 24 447 66 70
Binary 11000001 1010010 11001100 101 111100 0 10100 100100111 110110 111000

Color Harmonies of #C152CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152CC

Black with #C152CC

Text Example


Text Example

White with #C152CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152CC; }

 p { color: rgb(193,82,204); }

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

background-color css

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

 a { background-color: rgb(193,82,204); }

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

border-color css

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

 span { border-color: rgb(193,82,204); }

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