Html Css Color HEX #C93BCF Fuchsia

📋 copy color: '#C93BCF'

red 201 ◦ green 59 ◦ blue 207

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

Shades of Fuchsia #C93BCF

Tints of Fuchsia #C93BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 43.04%
G = 12.63%
B = 44.33%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C93BCF (or 0xC93BCF) is known color: Fuchsia. HEX triplet: C9, 3B and CF. RGB value is (201,59,207). Sum of RGB (Red+Green+Blue) = 201+59+207=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #C93BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BCF is #36C430. Grayscale: #757575. Windows color (decimal): -3589169 or 13581257. OLE color: 13581257.

HSL color Cylindrical-coordinate representation of color #C93BCF: hue angle of 297.57º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93BCF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 59 207 -
CMYK 0.03 0.71 0 0.19
HSL 297.57º 0.61% 0.52% -
HSV(B) 297.57º 0.71% 0.81% -
XYZ 36.91 20.05 60.96 -
YUV 118.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 201 59 207 0.03 0.71 0 0.19 297.57 0.61 0.52
Hex C9 3B CF 3 47 0 13 12A 3D 34
Octal 311 73 317 3 107 0 23 452 75 64
Binary 11001001 111011 11001111 11 1000111 0 10011 100101010 111101 110100

Color Harmonies of #C93BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BCF

Black with #C93BCF

Text Example


Text Example

White with #C93BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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