Html Css Color HEX #CF4BB0 Fuchsia

📋 copy color: '#CF4BB0'

red 207 ◦ green 75 ◦ blue 176

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

Shades of Fuchsia #CF4BB0

Tints of Fuchsia #CF4BB0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 45.2%
G = 16.38%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF4BB0 (or 0xCF4BB0) is known color: Fuchsia. HEX triplet: CF, 4B and B0. RGB value is (207,75,176). Sum of RGB (Red+Green+Blue) = 207+75+176=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4BB0 is #30B44F. Grayscale: #7D7D7D. Windows color (decimal): -3191888 or 11553743. OLE color: 11553743.

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

Color convert

RGB 207 75 176 -
CMYK 0 0.64 0.15 0.19
HSL 314.09º 0.58% 0.55% -
HSV(B) 314.09º 0.64% 0.81% -
XYZ 36.08 21.43 43.31 -
YUV 125.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 207 75 176 0 0.64 0.15 0.19 314.09 0.58 0.55
Hex CF 4B B0 0 40 F 13 13A 3A 37
Octal 317 113 260 0 100 17 23 472 72 67
Binary 11001111 1001011 10110000 0 1000000 1111 10011 100111010 111010 110111

Color Harmonies of #CF4BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BB0

Black with #CF4BB0

Text Example


Text Example

White with #CF4BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BB0; }

 p { color: rgb(207,75,176); }

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

background-color css

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

 a { background-color: rgb(207,75,176); }

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

border-color css

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

 span { border-color: rgb(207,75,176); }

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