Html Css Color HEX #CF5DCB Fuchsia

📋 copy color: '#CF5DCB'

red 207 ◦ green 93 ◦ blue 203

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

Shades of Fuchsia #CF5DCB

Tints of Fuchsia #CF5DCB

RGB

 RED value IS 207 (81.25% from 255) = 41.15%

 GREEN value IS 93 (36.72% from 255) = 18.49%

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

R = 41.15%
G = 18.49%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF5DCB (or 0xCF5DCB) is known color: Fuchsia. HEX triplet: CF, 5D and CB. RGB value is (207,93,203). Sum of RGB (Red+Green+Blue) = 207+93+203=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DCB is #30A234. Grayscale: #8B8B8B. Windows color (decimal): -3187253 or 13327823. OLE color: 13327823.

HSL color Cylindrical-coordinate representation of color #CF5DCB: hue angle of 302.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5DCB is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 93 203 -
CMYK 0 0.55 0.02 0.19
HSL 302.11º 0.54% 0.59% -
HSV(B) 302.11º 0.55% 0.81% -
XYZ 40.43 25.41 59.27 -
YUV 139.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 207 93 203 0 0.55 0.02 0.19 302.11 0.54 0.59
Hex CF 5D CB 0 37 2 13 12E 36 3B
Octal 317 135 313 0 67 2 23 456 66 73
Binary 11001111 1011101 11001011 0 110111 10 10011 100101110 110110 111011

Color Harmonies of #CF5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DCB

Black with #CF5DCB

Text Example


Text Example

White with #CF5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DCB; }

 p { color: rgb(207,93,203); }

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

background-color css

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

 a { background-color: rgb(207,93,203); }

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

border-color css

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

 span { border-color: rgb(207,93,203); }

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