Html Css Color HEX #C93BCB Fuchsia

📋 copy color: '#C93BCB'

red 201 ◦ green 59 ◦ blue 203

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

Shades of Fuchsia #C93BCB

Tints of Fuchsia #C93BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

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

R = 43.41%
G = 12.74%
B = 43.84%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C93BCB (or 0xC93BCB) is known color: Fuchsia. HEX triplet: C9, 3B and CB. RGB value is (201,59,203). Sum of RGB (Red+Green+Blue) = 201+59+203=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C93BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BCB is #36C434. Grayscale: #757575. Windows color (decimal): -3589173 or 13319113. OLE color: 13319113.

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

Color convert

RGB 201 59 203 -
CMYK 0.01 0.71 0 0.20
HSL 299.17º 0.58% 0.51% -
HSV(B) 299.17º 0.71% 0.8% -
XYZ 36.43 19.86 58.41 -
YUV 117.87 176.04 187.29 -
System Red Green Blue C M Y K H S L
Decimal 201 59 203 0.01 0.71 0 0.20 299.17 0.58 0.51
Hex C9 3B CB 1 47 0 14 12B 3A 33
Octal 311 73 313 1 107 0 24 453 72 63
Binary 11001001 111011 11001011 1 1000111 0 10100 100101011 111010 110011

Color Harmonies of #C93BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BCB

Black with #C93BCB

Text Example


Text Example

White with #C93BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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