Html Css Color HEX #C95CCB Fuchsia

📋 copy color: '#C95CCB'

red 201 ◦ green 92 ◦ blue 203

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

Shades of Fuchsia #C95CCB

Tints of Fuchsia #C95CCB

RGB

 RED value IS 201 (78.91% from 255) = 40.52%

 GREEN value IS 92 (36.33% from 255) = 18.55%

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

R = 40.52%
G = 18.55%
B = 40.93%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C95CCB (or 0xC95CCB) is known color: Fuchsia. HEX triplet: C9, 5C and CB. RGB value is (201,92,203). Sum of RGB (Red+Green+Blue) = 201+92+203=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #C95CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CCB is #36A334. Grayscale: #888888. Windows color (decimal): -3580725 or 13327561. OLE color: 13327561.

HSL color Cylindrical-coordinate representation of color #C95CCB: hue angle of 298.92º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95CCB is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 92 203 -
CMYK 0.01 0.55 0 0.20
HSL 298.92º 0.52% 0.58% -
HSV(B) 298.92º 0.55% 0.8% -
XYZ 38.69 24.38 59.17 -
YUV 137.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 201 92 203 0.01 0.55 0 0.20 298.92 0.52 0.58
Hex C9 5C CB 1 37 0 14 12B 34 3A
Octal 311 134 313 1 67 0 24 453 64 72
Binary 11001001 1011100 11001011 1 110111 0 10100 100101011 110100 111010

Color Harmonies of #C95CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CCB

Black with #C95CCB

Text Example


Text Example

White with #C95CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CCB; }

 p { color: rgb(201,92,203); }

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

background-color css

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

 a { background-color: rgb(201,92,203); }

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

border-color css

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

 span { border-color: rgb(201,92,203); }

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