Html Css Color HEX #C152CB Fuchsia

📋 copy color: '#C152CB'

red 193 ◦ green 82 ◦ blue 203

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

Shades of Fuchsia #C152CB

Tints of Fuchsia #C152CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 40.38%
G = 17.15%
B = 42.47%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C152CB (or 0xC152CB) is known color: Fuchsia. HEX triplet: C1, 52 and CB. RGB value is (193,82,203). Sum of RGB (Red+Green+Blue) = 193+82+203=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C152CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152CB is #3EAD34. Grayscale: #808080. Windows color (decimal): -4107573 or 13324993. OLE color: 13324993.

HSL color Cylindrical-coordinate representation of color #C152CB: hue angle of 295.04º 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 #C152CB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 82 203 -
CMYK 0.05 0.60 0 0.20
HSL 295.04º 0.54% 0.56% -
HSV(B) 295.04º 0.6% 0.8% -
XYZ 35.79 21.68 58.8 -
YUV 128.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 193 82 203 0.05 0.60 0 0.20 295.04 0.54 0.56
Hex C1 52 CB 5 3C 0 14 127 36 38
Octal 301 122 313 5 74 0 24 447 66 70
Binary 11000001 1010010 11001011 101 111100 0 10100 100100111 110110 111000

Color Harmonies of #C152CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152CB

Black with #C152CB

Text Example


Text Example

White with #C152CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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