Html Css Color HEX #CF4CB7 Fuchsia

📋 copy color: '#CF4CB7'

red 207 ◦ green 76 ◦ blue 183

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

Shades of Fuchsia #CF4CB7

Tints of Fuchsia #CF4CB7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.31%

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 44.42%
G = 16.31%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF4CB7 (or 0xCF4CB7) is known color: Fuchsia. HEX triplet: CF, 4C and B7. RGB value is (207,76,183). Sum of RGB (Red+Green+Blue) = 207+76+183=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CB7 is #30B348. Grayscale: #7F7F7F. Windows color (decimal): -3191625 or 12012751. OLE color: 12012751.

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

Color convert

RGB 207 76 183 -
CMYK 0 0.63 0.12 0.19
HSL 310.99º 0.58% 0.55% -
HSV(B) 310.99º 0.63% 0.81% -
XYZ 36.86 21.85 47.07 -
YUV 127.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 207 76 183 0 0.63 0.12 0.19 310.99 0.58 0.55
Hex CF 4C B7 0 3F C 13 137 3A 37
Octal 317 114 267 0 77 14 23 467 72 67
Binary 11001111 1001100 10110111 0 111111 1100 10011 100110111 111010 110111

Color Harmonies of #CF4CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CB7

Black with #CF4CB7

Text Example


Text Example

White with #CF4CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CB7; }

 p { color: rgb(207,76,183); }

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

background-color css

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

 a { background-color: rgb(207,76,183); }

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

border-color css

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

 span { border-color: rgb(207,76,183); }

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