Html Css Color HEX #CF35BB Fuchsia

📋 copy color: '#CF35BB'

red 207 ◦ green 53 ◦ blue 187

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

Shades of Fuchsia #CF35BB

Tints of Fuchsia #CF35BB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.86%

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

R = 46.31%
G = 11.86%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF35BB (or 0xCF35BB) is known color: Fuchsia. HEX triplet: CF, 35 and BB. RGB value is (207,53,187). Sum of RGB (Red+Green+Blue) = 207+53+187=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35BB is #30CA44. Grayscale: #717171. Windows color (decimal): -3197509 or 12269007. OLE color: 12269007.

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

Color convert

RGB 207 53 187 -
CMYK 0 0.74 0.10 0.19
HSL 307.79º 0.62% 0.51% -
HSV(B) 307.79º 0.74% 0.81% -
XYZ 35.97 19.4 48.86 -
YUV 114.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 207 53 187 0 0.74 0.10 0.19 307.79 0.62 0.51
Hex CF 35 BB 0 4A A 13 134 3E 33
Octal 317 65 273 0 112 12 23 464 76 63
Binary 11001111 110101 10111011 0 1001010 1010 10011 100110100 111110 110011

Color Harmonies of #CF35BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35BB

Black with #CF35BB

Text Example


Text Example

White with #CF35BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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