Html Css Color HEX #CF5FBB Fuchsia

📋 copy color: '#CF5FBB'

red 207 ◦ green 95 ◦ blue 187

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

Shades of Fuchsia #CF5FBB

Tints of Fuchsia #CF5FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.43%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 42.33%
G = 19.43%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF5FBB (or 0xCF5FBB) is known color: Fuchsia. HEX triplet: CF, 5F and BB. RGB value is (207,95,187). Sum of RGB (Red+Green+Blue) = 207+95+187=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FBB is #30A044. Grayscale: #8A8A8A. Windows color (decimal): -3186757 or 12279759. OLE color: 12279759.

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

Color convert

RGB 207 95 187 -
CMYK 0 0.54 0.10 0.19
HSL 310.71º 0.54% 0.59% -
HSV(B) 310.71º 0.54% 0.81% -
XYZ 38.79 25.04 49.8 -
YUV 138.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 207 95 187 0 0.54 0.10 0.19 310.71 0.54 0.59
Hex CF 5F BB 0 36 A 13 137 36 3B
Octal 317 137 273 0 66 12 23 467 66 73
Binary 11001111 1011111 10111011 0 110110 1010 10011 100110111 110110 111011

Color Harmonies of #CF5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FBB

Black with #CF5FBB

Text Example


Text Example

White with #CF5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FBB; }

 p { color: rgb(207,95,187); }

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

background-color css

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

 a { background-color: rgb(207,95,187); }

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

border-color css

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

 span { border-color: rgb(207,95,187); }

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