Html Css Color HEX #CF3D86 Deep Cerise

📋 copy color: '#CF3D86'

red 207 ◦ green 61 ◦ blue 134

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

Shades of Deep Cerise #CF3D86

Tints of Deep Cerise #CF3D86

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.17%

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 51.49%
G = 15.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CF3D86 (or 0xCF3D86) is known color: Deep Cerise. HEX triplet: CF, 3D and 86. RGB value is (207,61,134). Sum of RGB (Red+Green+Blue) = 207+61+134=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3D86 is #30C279. Grayscale: #707070. Windows color (decimal): -3195514 or 8797647. OLE color: 8797647.

HSL color Cylindrical-coordinate representation of color #CF3D86: hue angle of 330º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D86 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 61 134 -
CMYK 0 0.71 0.35 0.19
HSL 330º 0.6% 0.53% -
HSV(B) 330º 0.71% 0.81% -
XYZ 31.7 18.32 24.42 -
YUV 112.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 207 61 134 0 0.71 0.35 0.19 330 0.6 0.53
Hex CF 3D 86 0 47 23 13 14A 3C 35
Octal 317 75 206 0 107 43 23 512 74 65
Binary 11001111 111101 10000110 0 1000111 100011 10011 101001010 111100 110101

Color Harmonies of #CF3D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D86

Black with #CF3D86

Text Example


Text Example

White with #CF3D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D86; }

 p { color: rgb(207,61,134); }

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

background-color css

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

 a { background-color: rgb(207,61,134); }

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

border-color css

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

 span { border-color: rgb(207,61,134); }

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