Html Css Color HEX #C93FCB Fuchsia

📋 copy color: '#C93FCB'

red 201 ◦ green 63 ◦ blue 203

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

Shades of Fuchsia #C93FCB

Tints of Fuchsia #C93FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.49%

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

R = 43.04%
G = 13.49%
B = 43.47%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C93FCB (or 0xC93FCB) is known color: Fuchsia. HEX triplet: C9, 3F and CB. RGB value is (201,63,203). Sum of RGB (Red+Green+Blue) = 201+63+203=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #C93FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FCB is #36C034. Grayscale: #777777. Windows color (decimal): -3588149 or 13320137. OLE color: 13320137.

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

Color convert

RGB 201 63 203 -
CMYK 0.01 0.69 0 0.20
HSL 299.14º 0.57% 0.52% -
HSV(B) 299.14º 0.69% 0.8% -
XYZ 36.64 20.28 58.48 -
YUV 120.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 201 63 203 0.01 0.69 0 0.20 299.14 0.57 0.52
Hex C9 3F CB 1 45 0 14 12B 39 34
Octal 311 77 313 1 105 0 24 453 71 64
Binary 11001001 111111 11001011 1 1000101 0 10100 100101011 111001 110100

Color Harmonies of #C93FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FCB

Black with #C93FCB

Text Example


Text Example

White with #C93FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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