Html Css Color HEX #CF35B2 Fuchsia

📋 copy color: '#CF35B2'

red 207 ◦ green 53 ◦ blue 178

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

Shades of Fuchsia #CF35B2

Tints of Fuchsia #CF35B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.64%

R = 47.26%
G = 12.1%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF35B2 (or 0xCF35B2) is known color: Fuchsia. HEX triplet: CF, 35 and B2. RGB value is (207,53,178). Sum of RGB (Red+Green+Blue) = 207+53+178=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF35B2 is #30CA4D. Grayscale: #707070. Windows color (decimal): -3197518 or 11679183. OLE color: 11679183.

HSL color Cylindrical-coordinate representation of color #CF35B2: hue angle of 311.3º 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 #CF35B2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 178 -
CMYK 0 0.74 0.14 0.19
HSL 311.3º 0.62% 0.51% -
HSV(B) 311.3º 0.74% 0.81% -
XYZ 35.04 19.03 43.94 -
YUV 113.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 207 53 178 0 0.74 0.14 0.19 311.3 0.62 0.51
Hex CF 35 B2 0 4A E 13 137 3E 33
Octal 317 65 262 0 112 16 23 467 76 63
Binary 11001111 110101 10110010 0 1001010 1110 10011 100110111 111110 110011

Color Harmonies of #CF35B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35B2

Black with #CF35B2

Text Example


Text Example

White with #CF35B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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